Fourth (basic) lesson¶
Aluminum, the bulk and the surface.¶
This lesson aims at showing how to get the following physical properties, for a metal, and for a surface:
- the total energy
- the lattice parameter
- the relaxation of surface atoms
- the surface energy
You will learn about the smearing of the Brillouin zone integration, and also a bit about preconditioning the SCF cycle.
This lesson should take about 1 hour and 30 minutes.
1 Total energy and lattice parameters at fixed smearing and k-point grid¶
Before beginning, you might consider to work in a different subdirectory as for lesson 1, 2 or 3. Why not “Work4”?
The file ~abinit/tests/tutorial/Input/tbase4_x.files lists the file names and root names. You can copy it in the Work4 directory (and change it, as usual). You can also copy the file ~abinit/tests/tutorial/Input/tbase4_1.in in Work4. This is your input file. You should edit it, read it carefully, and have a look at the following “new” input variables, and their explanation:
../tbase4_1.in tbase4_x.out tbase4_xi tbase4_xo tbase4_x ../../../Psps_for_tests/13al.981214.fhi
# Crystalline aluminum : optimization of the lattice parameter # at fixed number of k points and broadening. #Definition of occupation numbers occopt 4 tsmear 0.05 #Definition of the unit cell acell 3*7.60 # This is equivalent to 7.60 7.60 7.60 rprim 0.0 0.5 0.5 # FCC primitive vectors (to be scaled by acell) 0.5 0.0 0.5 0.5 0.5 0.0 #Optimization of the lattice parameters optcell 1 ionmov 2 ntime 10 dilatmx 1.05 ecutsm 0.5 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 1 # There is only one atom per cell typat 1 # This atom is of type 1, that is, Aluminum xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the k-point grid ngkpt 2 2 2 # This is a 2x2x2 FCC grid, based on the primitive vectors nshiftk 4 # of the reciprocal space. For a FCC real space lattice, # like the present one, it actually corresponds to the # so-called 4x4x4 Monkhorst-Pack grid, if the following shifts # are used : shiftk 0.5 0.5 0.5 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.5 #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # Will stop when, twice in a row, the difference # between two consecutive evaluations of total energy # differ by less than toldfe (in Hartree) # This value is way too large for most realistic studies of materials ## After modifying the following section, one might need to regenerate the pickle database with runtests.py -r #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_1.out, tolnlines= 6, tolabs= 1.2e-07, tolrel= 1.2e-03 #%% psp_files = 13al.981214.fhi #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : optimization of the lattice parameter #%% at fixed number of k points and broadening. #%%<END TEST_INFO>
Note also the following:
-
You will work at fixed ecut (6Ha). It is implicit that in real life, you should do a convergence test with respect to ecut … Here, a suitable ecut is given to you. It will allow to obtain 0.2% relative accuracy on lattice parameters. Note that this is the softer pseudopotential of those that we have used until now: the 01h.pspgth for H needed 30 Ha (it was rather hard), the 14si.pspnc for Si needed 8 Ha.
-
The input variable diemac has been suppressed. Aluminum is a metal, and the default is tailored for that case.
When you have read the input file, you can run the code, as usual (it will take a few seconds).
Then, read the output file quietly.
You should note that the Fermi energy and occupation numbers have been computed automatically:
Fermi (or HOMO) energy (hartree) = 0.26847 Average Vxc (hartree)= -0.34746 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09425 0.25438 0.41909 occupation numbers for kpt# 1 2.00003 1.33307 0.00014 prteigrs : prtvol=0 or 1, do not print more k-points.
You should also note that the components of the total energy include an entropy term:
Components of total free energy (in Hartree): Kinetic energy = 8.70954971782498E-01 Hartree energy = 3.84986358590396E-03 XC energy = -8.08434339502224E-01 Ewald energy = -2.72948286712169E+00 PspCore energy = 3.78721653637092E-02 Loc. psp. energy= 8.26684645838168E-02 NL psp energy= 4.52588269933839E-01 >>>>> Internal E= -2.08998347137414E+00 -kT*entropy = -7.99729047978171E-03 >>>>>>>>> Etotal= -2.09798076185393E+00 Other information on the energy : Total energy(eV)= -5.70889598417024E+01 ; Band energy (Ha)= 3.6059822203E-01
2 The convergence study with respect to k points¶
There is of course a convergence study associated to the sampling of the Brillouin zone. You should examine different grids, of increasing resolution. You might try the following series of grids:
ngkpt1 2 2 2 ngkpt2 4 4 4 ngkpt3 6 6 6 ngkpt4 8 8 8
with the associated nkpt:
nkpt1 2 nkpt2 10 nkpt3 28 nkpt4 60
The input file ~abinit/tests/tutorial/Input/tbase4_2.in is an example, while ~abinit/tests/tutorial/Refs/tbase4_2.out is a reference output file. The run might take about thirty seconds on a PC 3 GHz.
You will see that, for the particular value tsmear=0.05 Ha, the lattice parameter is already converged with nkpt=10:
acell1 7.5588968086E+00 7.5588968086E+00 7.5588968086E+00 Bohr acell2 7.5070431499E+00 7.5070431499E+00 7.5070431499E+00 Bohr acell3 7.5016877756E+00 7.5016877756E+00 7.5016877756E+00 Bohr acell4 7.4992662653E+00 7.4992662653E+00 7.4992662653E+00 Bohr
Note that there is usually a strong cross-convergence effect between the
number of k points and the value of the broadening, tsmear.
The right procedure is: for each value of tsmear, to get the convergence
with respect to the number of k points, then to compare the k-point converged
values for different values of tsmear.
In what follows, we will restrict ourselves to the grids with nkpt=2, 10 and 28.
3 The convergence study with respect to both number of k points AND broadening factor (tsmear)¶
The theoretical convergence rate for tsmear ending to 0, in the case of occopt=4, is quartic. This is obtained in the hypothesis of infinitely dense k point grid. We will check the evolution of acell as a function of tsmear, for the following values of tsmear: 0.01, 0.02, 0.03 and 0.04. Use the double-loop capability of the multi-dataset mode, with the tsmear changes in the inner loop. This will saves CPU time, as the wavefunctions of the previous dataset will be excellent (no transfer to different k points).
The input file ~abinit/tests/tutorial/Input/tbase4_3.in is an example, while ~abinit/tests/tutorial/Refs/tbase4_3.out is a reference output file.
# Crystalline aluminum : computation of the total energy # # Convergence with respect to k points ndtset 12 udtset 3 4 getwfk -1 #Definition of occupation numbers occopt 4 tsmear?1 0.01 tsmear?2 0.02 tsmear?3 0.03 tsmear?4 0.04 #Definition of the k-point grids nshiftk 4 shiftk 0.5 0.5 0.5 # These shifts will be the same for all grids 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.5 ngkpt1? 2 2 2 ngkpt2? 4 4 4 ngkpt3? 6 6 6 #Definition of the unit cell acell 3*7.60 # This is equivalent to 7.60 7.60 7.60 rprim 0.0 0.5 0.5 # FCC primitive vectors (to be scaled by acell) 0.5 0.0 0.5 0.5 0.5 0.0 #Optimization of the lattice parameters optcell 1 ionmov 2 ntime 10 dilatmx 1.05 ecutsm 0.5 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum. #Definition of the atoms natom 1 # There is only one atom per cell typat 1 # They both are of type 1, that is, Aluminum. xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # Will stop when, twice in a row, the difference # between two consecutive evaluations of total energy # differ by less than toldfe (in Hartree) # This value is way too large for most realistic studies of materials ## After modifying the following section, one might need to regenerate the pickle database with runtests.py -r #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_3.out, tolnlines= 0, tolabs= 2.116e-07, tolrel= 4.549e-03, fld_options = -easy #%% psp_files = 13al.981214.fhi #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : computation of the total energy #%% #%% Convergence with respect to k points #%%<END TEST_INFO>
.Version 8.0.3 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu5.3 computer) .Copyright (C) 1998-2018 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read ~abinit/doc/users/acknowledgments.html for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 4 Apr 2016. - ( at 09h40 ) - input file -> tbase4_3.in - output file -> tbase4_3.out - root for input files -> tbase4_3i - root for output files -> tbase4_3o DATASET 11 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 11. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.142 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 12 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 12. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.142 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 13 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 13. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.142 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 14 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 14. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.142 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 21 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 21. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.188 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 22 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 22. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.188 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 23 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 23. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.188 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 24 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 24. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.188 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 31 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 31. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.294 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 32 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 32. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.294 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 33 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 33. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.294 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 34 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 34. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.294 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - accesswff0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.6000000000E+00 7.6000000000E+00 7.6000000000E+00 Bohr amu 2.69815390E+01 dilatmx 1.05000000E+00 ecut 6.00000000E+00 Hartree ecutsm 5.00000000E-01 Hartree - fftalg 312 getwfk -1 ionmov 2 jdtset 11 12 13 14 21 22 23 24 31 32 33 34 kpt11 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt12 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt13 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt14 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt21 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt22 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt23 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt24 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt31 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt32 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt33 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt34 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kptrlatt11 2 -2 2 -2 2 2 -2 -2 2 kptrlatt12 2 -2 2 -2 2 2 -2 -2 2 kptrlatt13 2 -2 2 -2 2 2 -2 -2 2 kptrlatt14 2 -2 2 -2 2 2 -2 -2 2 kptrlatt21 4 -4 4 -4 4 4 -4 -4 4 kptrlatt22 4 -4 4 -4 4 4 -4 -4 4 kptrlatt23 4 -4 4 -4 4 4 -4 -4 4 kptrlatt24 4 -4 4 -4 4 4 -4 -4 4 kptrlatt31 6 -6 6 -6 6 6 -6 -6 6 kptrlatt32 6 -6 6 -6 6 6 -6 -6 6 kptrlatt33 6 -6 6 -6 6 6 -6 -6 6 kptrlatt34 6 -6 6 -6 6 6 -6 -6 6 kptrlen11 1.52000000E+01 kptrlen12 1.52000000E+01 kptrlen13 1.52000000E+01 kptrlen14 1.52000000E+01 kptrlen21 3.04000000E+01 kptrlen22 3.04000000E+01 kptrlen23 3.04000000E+01 kptrlen24 3.04000000E+01 kptrlen31 4.56000000E+01 kptrlen32 4.56000000E+01 kptrlen33 4.56000000E+01 kptrlen34 4.56000000E+01 P mkmem11 2 P mkmem12 2 P mkmem13 2 P mkmem14 2 P mkmem21 10 P mkmem22 10 P mkmem23 10 P mkmem24 10 P mkmem31 28 P mkmem32 28 P mkmem33 28 P mkmem34 28 natom 1 nband11 3 nband12 3 nband13 3 nband14 3 nband21 3 nband22 3 nband23 3 nband24 3 nband31 3 nband32 3 nband33 3 nband34 3 ndtset 12 ngfft 15 15 15 nkpt11 2 nkpt12 2 nkpt13 2 nkpt14 2 nkpt21 10 nkpt22 10 nkpt23 10 nkpt24 10 nkpt31 28 nkpt32 28 nkpt33 28 nkpt34 28 nstep 10 nsym 48 ntime 10 ntypat 1 occ11 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ12 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ13 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ14 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ21 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ22 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ23 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ24 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ31 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ32 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ33 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ34 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occopt 4 optcell 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 225 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 -1 0 0 -1 0 1 -1 1 0 1 0 0 1 0 -1 1 -1 0 0 1 -1 1 0 -1 0 0 -1 0 -1 1 -1 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 1 0 0 1 -1 0 1 0 -1 0 -1 1 1 -1 0 0 -1 0 0 1 -1 -1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 -1 0 0 0 0 -1 0 -1 0 0 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 0 0 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 1 0 -1 0 0 -1 0 1 -1 -1 0 1 0 0 1 0 -1 1 0 1 0 0 0 1 1 0 0 0 -1 0 0 0 -1 -1 0 0 1 0 -1 0 1 -1 0 0 -1 -1 0 1 0 -1 1 0 0 1 0 -1 0 0 -1 1 1 -1 0 0 1 0 0 1 -1 -1 1 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 0 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 0 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 -1 -1 0 0 0 -1 0 -1 1 0 -1 0 0 -1 0 1 1 -1 0 1 0 0 1 0 -1 0 0 1 0 1 0 1 0 0 0 0 -1 0 -1 0 -1 0 0 1 -1 0 0 -1 0 0 -1 1 -1 1 0 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 0 toldfe 1.00000000E-06 Hartree tsmear11 1.00000000E-02 Hartree tsmear12 2.00000000E-02 Hartree tsmear13 3.00000000E-02 Hartree tsmear14 4.00000000E-02 Hartree tsmear21 1.00000000E-02 Hartree tsmear22 2.00000000E-02 Hartree tsmear23 3.00000000E-02 Hartree tsmear24 4.00000000E-02 Hartree tsmear31 1.00000000E-02 Hartree tsmear32 2.00000000E-02 Hartree tsmear33 3.00000000E-02 Hartree tsmear34 4.00000000E-02 Hartree typat 1 wtk11 0.75000 0.25000 wtk12 0.75000 0.25000 wtk13 0.75000 0.25000 wtk14 0.75000 0.25000 wtk21 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk22 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk23 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk24 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk31 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk32 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk33 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk34 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 11. chkinp: Checking input parameters for consistency, jdtset= 12. chkinp: Checking input parameters for consistency, jdtset= 13. chkinp: Checking input parameters for consistency, jdtset= 14. chkinp: Checking input parameters for consistency, jdtset= 21. chkinp: Checking input parameters for consistency, jdtset= 22. chkinp: Checking input parameters for consistency, jdtset= 23. chkinp: Checking input parameters for consistency, jdtset= 24. chkinp: Checking input parameters for consistency, jdtset= 31. chkinp: Checking input parameters for consistency, jdtset= 32. chkinp: Checking input parameters for consistency, jdtset= 33. chkinp: Checking input parameters for consistency, jdtset= 34. ================================================================================ == DATASET 11 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 4.08917216E+00 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0912865246706 -2.091E+00 1.024E-03 3.819E-01 ETOT 2 -2.0915546297426 -2.681E-04 3.236E-10 1.004E-02 ETOT 3 -2.0915604404745 -5.811E-06 1.050E-07 5.229E-05 ETOT 4 -2.0915604691264 -2.865E-08 7.314E-10 1.924E-07 ETOT 5 -2.0915604692007 -7.431E-11 1.449E-12 7.990E-10 At SCF step 5, etot is converged : for the second time, diff in etot= 7.431E-11 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66771536E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66771536E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66771536E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496035 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66771536069966E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66771536069964E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66771536069964E-05 Total energy (etotal) [Ha]= -2.09156046920075E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0915793170184 -2.092E+00 2.169E-12 1.606E-05 ETOT 2 -2.0915793243838 -7.365E-09 1.959E-15 9.981E-07 ETOT 3 -2.0915793248912 -5.074E-10 7.620E-12 6.017E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.074E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51614365E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51614365E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51614365E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281106 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58935760897760E+00 7.58935760897760E+00 7.58935760897760E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79467880448880E+00 3.79467880448880E+00 3.79467880448880E+00 0.00000000000000E+00 3.79467880448880E+00 3.79467880448880E+00 3.79467880448880E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283616904343E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648623015779E+00 5.36648623015779E+00 5.36648623015779E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51614364757652E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51614364757651E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51614364757653E-05 Total energy (etotal) [Ha]= -2.09157932489121E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88557E-05 Relative =-9.01509E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0916026660288 -2.092E+00 2.573E-11 1.460E-04 ETOT 2 -2.0916027316067 -6.558E-08 1.827E-14 9.020E-06 ETOT 3 -2.0916027361006 -4.494E-09 6.594E-11 5.483E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.494E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.58500217E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.58500217E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.58500217E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638824 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55740829272385E+00 7.55740829272385E+00 7.55740829272385E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77870414636193E+00 3.77870414636193E+00 3.77870414636193E+00 0.00000000000000E+00 3.77870414636193E+00 3.77870414636193E+00 3.77870414636193E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07909248030002E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34389465198049E+00 5.34389465198049E+00 5.34389465198049E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.58500217304968E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.58500217304974E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.58500217304963E-06 Total energy (etotal) [Ha]= -2.09160273610057E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34112E-05 Relative =-1.11930E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0916027818065 -2.092E+00 3.738E-14 2.844E-07 ETOT 2 -2.0916027819343 -1.279E-10 3.436E-17 1.763E-08 ETOT 3 -2.0916027819431 -8.819E-12 1.280E-13 1.024E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 8.819E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.13606394E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.13606394E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.13606394E-08 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666252 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55876978577743E+00 7.55876978577743E+00 7.55876978577743E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938489288872E+00 3.77938489288872E+00 3.77938489288872E+00 0.00000000000000E+00 3.77938489288872E+00 3.77938489288872E+00 3.77938489288872E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967579201973E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485737295121E+00 5.34485737295121E+00 5.34485737295121E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.13606393538891E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.13606393536722E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.13606393538891E-08 Total energy (etotal) [Ha]= -2.09160278194314E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.58426E-08 Relative =-2.19174E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.1361E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 7.6949E-14; max= 1.2796E-13 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558769785777 7.558769785777 7.558769785777 bohr = 3.999928695612 3.999928695612 3.999928695612 angstroms prteigrs : about to open file tbase4_3o_DS11_EIG Fermi (or HOMO) energy (hartree) = 0.25722 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.70955629152364E-01 Hartree energy = 3.85032994160116E-03 XC energy = -8.08446913185108E-01 Ewald energy = -2.72952873526231E+00 PspCore energy = 3.78740746869542E-02 Loc. psp. energy= 8.26933400961289E-02 NL psp energy= 4.52593601268747E-01 >>>>> Internal E= -2.09000867330163E+00 -kT*entropy = -1.59410864151631E-03 >>>>>>>>> Etotal= -2.09160278194314E+00 Other information on the energy : Total energy(eV)= -5.69154061820988E+01 ; Band energy (Ha)= 3.6061338058E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.13606394E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.13606394E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.13606394E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.2845E-04 GPa] - sigma(1 1)= 6.28451601E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.28451601E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.28451601E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 12 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 11. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS11_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931544721971 -2.093E+00 2.791E-11 1.870E-04 ETOT 2 -2.0931545708771 -9.868E-08 1.365E-14 1.197E-05 ETOT 3 -2.0931545778418 -6.965E-09 2.052E-10 2.334E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.965E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66665726E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66665726E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66665726E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496196 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66665725713028E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665725713027E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665725713031E-05 Total energy (etotal) [Ha]= -2.09315457784181E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931734219904 -2.093E+00 2.170E-12 1.607E-05 ETOT 2 -2.0931734293607 -7.370E-09 1.957E-15 9.989E-07 ETOT 3 -2.0931734298684 -5.078E-10 7.622E-12 6.015E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.078E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51640949E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51640949E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51640949E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281155 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58936002145374E+00 7.58936002145374E+00 7.58936002145374E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79468001072687E+00 3.79468001072687E+00 3.79468001072687E+00 0.00000000000000E+00 3.79468001072687E+00 3.79468001072687E+00 3.79468001072687E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283721120358E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648793603602E+00 5.36648793603602E+00 5.36648793603602E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51640948900786E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640948900786E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640948900787E-05 Total energy (etotal) [Ha]= -2.09317342986844E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88520E-05 Relative =-9.00647E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931967725218 -2.093E+00 2.582E-11 1.463E-04 ETOT 2 -2.0931968382271 -6.571E-08 1.831E-14 9.038E-06 ETOT 3 -2.0931968427298 -4.503E-09 6.607E-11 5.494E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.503E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.61963086E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.61963086E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.61963086E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638240 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55737913824310E+00 7.55737913824310E+00 7.55737913824310E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77868956912155E+00 3.77868956912155E+00 3.77868956912155E+00 0.00000000000000E+00 3.77868956912155E+00 3.77868956912155E+00 3.77868956912155E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07907999178873E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34387403664944E+00 5.34387403664944E+00 5.34387403664944E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.61963085783820E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963085783815E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963085783837E-06 Total energy (etotal) [Ha]= -2.09319684272976E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34129E-05 Relative =-1.11853E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931968904415 -2.093E+00 3.904E-14 2.969E-07 ETOT 2 -2.0931968905749 -1.334E-10 3.588E-17 1.840E-08 ETOT 3 -2.0931968905841 -9.126E-12 1.336E-13 1.069E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 9.126E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078192E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078192E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078192E-08 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666263 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55877033877999E+00 7.55877033877999E+00 7.55877033877999E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938516939000E+00 3.77938516939000E+00 3.77938516939000E+00 0.00000000000000E+00 3.77938516939000E+00 3.77938516939000E+00 3.77938516939000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967602898826E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485776398307E+00 5.34485776398307E+00 5.34485776398307E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.20078192251063E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078192252147E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078192251063E-08 Total energy (etotal) [Ha]= -2.09319689058407E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.78543E-08 Relative =-2.28618E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.2008E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 8.0325E-14; max= 1.3359E-13 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558770338780 7.558770338780 7.558770338780 bohr = 3.999928988248 3.999928988248 3.999928988248 angstroms prteigrs : about to open file tbase4_3o_DS12_EIG Fermi (or HOMO) energy (hartree) = 0.26004 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.70955505698043E-01 Hartree energy = 3.85032882019863E-03 XC energy = -8.08446859100496E-01 Ewald energy = -2.72952853556894E+00 PspCore energy = 3.78740663743090E-02 Loc. psp. energy= 8.26932459151270E-02 NL psp energy= 4.52593574560726E-01 >>>>> Internal E= -2.09000867330103E+00 -kT*entropy = -3.18821728303123E-03 >>>>>>>>> Etotal= -2.09319689058407E+00 Other information on the energy : Total energy(eV)= -5.69587840842414E+01 ; Band energy (Ha)= 3.6061320365E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078192E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078192E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078192E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.4749E-04 GPa] - sigma(1 1)= 6.47492287E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.47492287E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.47492287E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 13 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 12. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS12_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947485808678 -2.095E+00 2.791E-11 1.870E-04 ETOT 2 -2.0947486795451 -9.868E-08 1.365E-14 1.197E-05 ETOT 3 -2.0947486865096 -6.964E-09 2.052E-10 2.334E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.964E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66665729E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66665729E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66665729E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496196 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66665728596892E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665728596891E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665728596893E-05 Total energy (etotal) [Ha]= -2.09474868650962E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947675306552 -2.095E+00 2.170E-12 1.607E-05 ETOT 2 -2.0947675380255 -7.370E-09 1.957E-15 9.989E-07 ETOT 3 -2.0947675385333 -5.078E-10 7.622E-12 6.015E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.078E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51640950E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51640950E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51640950E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281155 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58936002138799E+00 7.58936002138799E+00 7.58936002138799E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79468001069400E+00 3.79468001069400E+00 3.79468001069400E+00 0.00000000000000E+00 3.79468001069400E+00 3.79468001069400E+00 3.79468001069400E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283721117518E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648793598953E+00 5.36648793598953E+00 5.36648793598953E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51640949973929E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640949973929E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640949973931E-05 Total energy (etotal) [Ha]= -2.09476753853331E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88520E-05 Relative =-8.99962E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947908811792 -2.095E+00 2.582E-11 1.463E-04 ETOT 2 -2.0947909468846 -6.571E-08 1.831E-14 9.038E-06 ETOT 3 -2.0947909513872 -4.503E-09 6.607E-11 5.494E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.503E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.61963057E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.61963057E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.61963057E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638240 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55737913838373E+00 7.55737913838373E+00 7.55737913838373E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77868956919186E+00 3.77868956919186E+00 3.77868956919186E+00 0.00000000000000E+00 3.77868956919186E+00 3.77868956919186E+00 3.77868956919186E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07907999184897E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34387403674888E+00 5.34387403674888E+00 5.34387403674888E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.61963056714257E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963056714278E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963056714257E-06 Total energy (etotal) [Ha]= -2.09479095138720E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34129E-05 Relative =-1.11768E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947909990992 -2.095E+00 3.904E-14 2.969E-07 ETOT 2 -2.0947909992326 -1.334E-10 3.588E-17 1.840E-08 ETOT 3 -2.0947909992418 -9.209E-12 1.336E-13 1.069E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 9.209E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078140E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078140E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078140E-08 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666263 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55877033866886E+00 7.55877033866886E+00 7.55877033866886E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938516933443E+00 3.77938516933443E+00 3.77938516933443E+00 0.00000000000000E+00 3.77938516933443E+00 3.77938516933443E+00 3.77938516933443E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967602894064E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485776390449E+00 5.34485776390449E+00 5.34485776390449E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.20078139622805E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078139622263E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078139623347E-08 Total energy (etotal) [Ha]= -2.09479099924182E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.78546E-08 Relative =-2.28446E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.2008E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 8.0325E-14; max= 1.3359E-13 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558770338669 7.558770338669 7.558770338669 bohr = 3.999928988190 3.999928988190 3.999928988190 angstroms prteigrs : about to open file tbase4_3o_DS13_EIG Fermi (or HOMO) energy (hartree) = 0.26286 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.70955505705819E-01 Hartree energy = 3.85032882032932E-03 XC energy = -8.08446859097659E-01 Ewald energy = -2.72952853560907E+00 PspCore energy = 3.78740663759794E-02 Loc. psp. energy= 8.26932459331400E-02 NL psp energy= 4.52593574560448E-01 >>>>> Internal E= -2.09000867331101E+00 -kT*entropy = -4.78232593080470E-03 >>>>>>>>> Etotal= -2.09479099924182E+00 Other information on the energy : Total energy(eV)= -5.70021619868420E+01 ; Band energy (Ha)= 3.6061320368E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078140E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078140E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078140E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.4749E-04 GPa] - sigma(1 1)= 6.47492132E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.47492132E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.47492132E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 14 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 13. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS13_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963427025650 -2.096E+00 2.791E-11 1.870E-04 ETOT 2 -2.0963428012426 -9.868E-08 1.365E-14 1.197E-05 ETOT 3 -2.0963428082071 -6.965E-09 2.052E-10 2.334E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.965E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66644630E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66644630E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66644630E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496201 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66644630146820E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66644630146820E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66644630146821E-05 Total energy (etotal) [Ha]= -2.09634280820712E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963616506869 -2.096E+00 2.170E-12 1.607E-05 ETOT 2 -2.0963616580565 -7.370E-09 1.956E-15 9.988E-07 ETOT 3 -2.0963616585642 -5.077E-10 7.622E-12 6.014E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.077E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51626536E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51626536E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51626536E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281169 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58936050243265E+00 7.58936050243265E+00 7.58936050243265E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79468025121633E+00 3.79468025121633E+00 3.79468025121633E+00 0.00000000000000E+00 3.79468025121633E+00 3.79468025121633E+00 3.79468025121633E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283741898066E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648827613947E+00 5.36648827613947E+00 5.36648827613947E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51626535877831E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51626535877833E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51626535877833E-05 Total energy (etotal) [Ha]= -2.09636165856425E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88504E-05 Relative =-8.99198E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963849995945 -2.096E+00 2.581E-11 1.463E-04 ETOT 2 -2.0963850652964 -6.570E-08 1.831E-14 9.037E-06 ETOT 3 -2.0963850697987 -4.502E-09 6.607E-11 5.493E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.502E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.61961753E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.61961753E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.61961753E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638271 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55738050032756E+00 7.55738050032756E+00 7.55738050032756E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77869025016378E+00 3.77869025016378E+00 3.77869025016378E+00 0.00000000000000E+00 3.77869025016378E+00 3.77869025016378E+00 3.77869025016378E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07908057524432E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34387499978860E+00 5.34387499978860E+00 5.34387499978860E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.61961752530835E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61961752530835E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61961752530835E-06 Total energy (etotal) [Ha]= -2.09638506979875E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34112E-05 Relative =-1.11675E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963851175103 -2.096E+00 3.903E-14 2.969E-07 ETOT 2 -2.0963851176437 -1.334E-10 3.588E-17 1.840E-08 ETOT 3 -2.0963851176528 -9.134E-12 1.336E-13 1.069E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 9.134E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20101431E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20101431E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20101431E-08 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666294 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55877170659041E+00 7.55877170659041E+00 7.55877170659041E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938585329521E+00 3.77938585329521E+00 3.77938585329521E+00 0.00000000000000E+00 3.77938585329521E+00 3.77938585329521E+00 3.77938585329521E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967661511232E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485873117109E+00 5.34485873117109E+00 5.34485873117109E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.20101431384662E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20101431386288E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20101431384120E-08 Total energy (etotal) [Ha]= -2.09638511765280E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.78541E-08 Relative =-2.28269E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.2010E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 8.0326E-14; max= 1.3360E-13 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558771706590 7.558771706590 7.558771706590 bohr = 3.999929712063 3.999929712063 3.999929712063 angstroms prteigrs : about to open file tbase4_3o_DS14_EIG Fermi (or HOMO) energy (hartree) = 0.26568 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.70955502225769E-01 Hartree energy = 3.85032464561236E-03 XC energy = -8.08446724383816E-01 Ewald energy = -2.72952804164244E+00 PspCore energy = 3.78740458136139E-02 Loc. psp. energy= 8.26929814291755E-02 NL psp energy= 4.52593510136634E-01 >>>>> Internal E= -2.09000840177546E+00 -kT*entropy = -6.37671587734982E-03 >>>>>>>>> Etotal= -2.09638511765280E+00 Other information on the energy : Total energy(eV)= -5.70455401548417E+01 ; Band energy (Ha)= 3.6061303973E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20101431E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20101431E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20101431E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.4756E-04 GPa] - sigma(1 1)= 6.47560659E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.47560659E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.47560659E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 21 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 14. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS14_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0967583066358 -2.097E+00 2.957E-02 3.170E-04 ETOT 2 -2.0967585867945 -2.802E-07 8.353E-07 1.835E-05 ETOT 3 -2.0967585993424 -1.255E-08 2.940E-09 1.339E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 1.255E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.00112502E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.00112502E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.00112502E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93018386 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.00112502104996E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00112502104996E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00112502104995E-04 Total energy (etotal) [Ha]= -2.09675859934239E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0968466516177 -2.097E+00 4.870E-08 7.912E-05 ETOT 2 -2.0968466874086 -3.579E-08 1.191E-13 4.825E-06 ETOT 3 -2.0968466898474 -2.439E-09 5.058E-11 4.276E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.439E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.84529010E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.84529010E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.84529010E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92554682 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57717434952006E+00 7.57717434952006E+00 7.57717434952006E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78858717476003E+00 3.78858717476003E+00 3.78858717476003E+00 0.00000000000000E+00 3.78858717476003E+00 3.78858717476003E+00 3.78858717476003E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08758159606932E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35787136477840E+00 5.35787136477840E+00 5.35787136477840E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.84529010426748E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.84529010426747E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.84529010426747E-05 Total energy (etotal) [Ha]= -2.09684668984743E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.80905E-05 Relative =-4.20118E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0969694004410 -2.097E+00 1.218E-05 9.556E-04 ETOT 2 -2.0969698137280 -4.133E-07 7.803E-13 5.732E-05 ETOT 3 -2.0969698412715 -2.754E-08 5.525E-10 5.203E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.754E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.35291774E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.35291774E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.35291774E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91523555 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49782252042835E+00 7.49782252042835E+00 7.49782252042835E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74891126021417E+00 3.74891126021417E+00 3.74891126021417E+00 0.00000000000000E+00 3.74891126021417E+00 3.74891126021417E+00 3.74891126021417E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05376914248462E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30176114832810E+00 5.30176114832810E+00 5.30176114832810E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.35291773521265E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.35291773521271E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.35291773521287E-06 Total energy (etotal) [Ha]= -2.09696984127152E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.23151E-04 Relative =-5.87300E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0969713423373 -2.097E+00 1.061E-10 1.177E-05 ETOT 2 -2.0969713474762 -5.139E-09 1.045E-14 7.120E-07 ETOT 3 -2.0969713478205 -3.443E-10 6.994E-12 5.906E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.443E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.72483494E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.72483494E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.72483494E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91134158 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50603936335908E+00 7.50603936335908E+00 7.50603936335908E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75301968167954E+00 3.75301968167954E+00 3.75301968167954E+00 0.00000000000000E+00 3.75301968167954E+00 3.75301968167954E+00 3.75301968167954E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05723740862523E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30757133368436E+00 5.30757133368436E+00 5.30757133368436E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.72483494047109E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.72483494047272E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.72483494047380E-07 Total energy (etotal) [Ha]= -2.09697134782050E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.50655E-06 Relative =-7.18441E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0969713557114 -2.097E+00 5.163E-13 5.269E-08 ETOT 2 -2.0969713557344 -2.294E-11 4.669E-17 3.187E-09 ETOT 3 -2.0969713557359 -1.533E-12 3.126E-14 2.654E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.533E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.17464082E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.17464082E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.17464082E-09 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91123191 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50548650226834E+00 7.50548650226834E+00 7.50548650226834E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75274325113417E+00 3.75274325113417E+00 3.75274325113417E+00 0.00000000000000E+00 3.75274325113417E+00 3.75274325113417E+00 3.75274325113417E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05700381177836E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30718040185804E+00 5.30718040185804E+00 5.30718040185804E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.17464081724711E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.17464081724711E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.17464081746395E-09 Total energy (etotal) [Ha]= -2.09697135573591E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.91541E-09 Relative =-3.77469E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 2.1746E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.4256E-14; max= 3.1259E-14 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505486502268 7.505486502268 7.505486502268 bohr = 3.971732396380 3.971732396380 3.971732396380 angstroms prteigrs : about to open file tbase4_3o_DS21_EIG Fermi (or HOMO) energy (hartree) = 0.29640 Average Vxc (hartree)= -0.34962 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07236 0.49072 0.62454 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76931266783935E-01 Hartree energy = 4.34980069241841E-03 XC energy = -8.13990738605058E-01 Ewald energy = -2.74890632702848E+00 PspCore energy = 3.86864466608242E-02 Loc. psp. energy= 9.58687552571920E-02 NL psp energy= 4.50637038059865E-01 >>>>> Internal E= -2.09642375817930E+00 -kT*entropy = -5.47597556613748E-04 >>>>>>>>> Etotal= -2.09697135573591E+00 Other information on the energy : Total energy(eV)= -5.70614925043546E+01 ; Band energy (Ha)= 3.7152948408E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.17464082E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.17464082E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.17464082E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.3980E-05 GPa] - sigma(1 1)= 6.39801310E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.39801310E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.39801310E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 22 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 21. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS21_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0973406909436 -2.097E+00 5.297E-09 9.599E-04 ETOT 2 -2.0973411774580 -4.865E-07 4.037E-12 6.104E-05 ETOT 3 -2.0973412125566 -3.510E-08 1.142E-09 2.741E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.510E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 9.96781930E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 9.96781930E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 9.96781930E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93028181 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 9.96781930040549E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 9.96781930040549E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 9.96781930040549E-05 Total energy (etotal) [Ha]= -2.09734121255660E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0974285171570 -2.097E+00 4.747E-08 7.900E-05 ETOT 2 -2.0974285527118 -3.555E-08 1.204E-13 4.839E-06 ETOT 3 -2.0974285551549 -2.443E-09 5.079E-11 4.070E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.443E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.81321104E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.81321104E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.81321104E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92563842 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57727337199507E+00 7.57727337199507E+00 7.57727337199507E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78863668599754E+00 3.78863668599754E+00 3.78863668599754E+00 0.00000000000000E+00 3.78863668599754E+00 3.78863668599754E+00 3.78863668599754E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08762423588090E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35794138424197E+00 5.35794138424197E+00 5.35794138424197E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.81321103776217E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.81321103776218E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.81321103776219E-05 Total energy (etotal) [Ha]= -2.09742855515488E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.73426E-05 Relative =-4.16436E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975506548873 -2.098E+00 1.192E-05 9.557E-04 ETOT 2 -2.0975510660263 -4.111E-07 8.083E-13 5.762E-05 ETOT 3 -2.0975510936741 -2.765E-08 5.559E-10 4.952E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.765E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.07679679E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.07679679E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.07679679E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91530384 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49816327756871E+00 7.49816327756871E+00 7.49816327756871E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74908163878435E+00 3.74908163878435E+00 3.74908163878435E+00 0.00000000000000E+00 3.74908163878435E+00 3.74908163878435E+00 3.74908163878435E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05391282247096E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30200210001278E+00 5.30200210001278E+00 5.30200210001278E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.07679679292158E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.07679679292158E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.07679679292158E-06 Total energy (etotal) [Ha]= -2.09755109367411E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.22539E-04 Relative =-5.84215E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975525162823 -2.098E+00 9.979E-11 1.124E-05 ETOT 2 -2.0975525211666 -4.884E-09 1.026E-14 6.831E-07 ETOT 3 -2.0975525214965 -3.299E-10 6.725E-12 5.344E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.299E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.34224502E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.34224502E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.34224502E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91136257 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50616775159506E+00 7.50616775159506E+00 7.50616775159506E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75308387579753E+00 3.75308387579753E+00 3.75308387579753E+00 0.00000000000000E+00 3.75308387579753E+00 3.75308387579753E+00 3.75308387579753E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05729166060597E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30766211787665E+00 5.30766211787665E+00 5.30766211787665E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.34224501999410E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.34224501999193E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.34224501999139E-07 Total energy (etotal) [Ha]= -2.09755252149650E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.42782E-06 Relative =-6.80709E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975525285521 -2.098E+00 4.572E-13 4.771E-08 ETOT 2 -2.0975525285728 -2.068E-11 4.349E-17 2.900E-09 ETOT 3 -2.0975525285742 -1.420E-12 2.851E-14 2.276E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.420E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.86629264E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.86629264E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.86629264E-09 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91125800 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50564341507978E+00 7.50564341507978E+00 7.50564341507978E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75282170753989E+00 3.75282170753989E+00 3.75282170753989E+00 0.00000000000000E+00 3.75282170753989E+00 3.75282170753989E+00 3.75282170753989E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05707010764363E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30729135597107E+00 5.30729135597107E+00 5.30729135597107E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.86629263692478E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.86629263687057E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.86629263725004E-09 Total energy (etotal) [Ha]= -2.09755252857417E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.07767E-09 Relative =-3.37425E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 1.8663E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.3009E-14; max= 2.8508E-14 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505643415080 7.505643415080 7.505643415080 bohr = 3.971815431064 3.971815431064 3.971815431064 angstroms prteigrs : about to open file tbase4_3o_DS22_EIG Fermi (or HOMO) energy (hartree) = 0.29556 Average Vxc (hartree)= -0.34963 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07239 0.49067 0.62448 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76506830497712E-01 Hartree energy = 4.28335850926448E-03 XC energy = -8.13920187995218E-01 Ewald energy = -2.74884885845499E+00 PspCore energy = 3.86840203776126E-02 Loc. psp. energy= 9.59071926101076E-02 NL psp energy= 4.50825098806753E-01 >>>>> Internal E= -2.09656254564876E+00 -kT*entropy = -9.89982925411863E-04 >>>>>>>>> Etotal= -2.09755252857417E+00 Other information on the energy : Total energy(eV)= -5.70773070215454E+01 ; Band energy (Ha)= 3.7129145302E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.86629264E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.86629264E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.86629264E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -5.4908E-05 GPa] - sigma(1 1)= 5.49082158E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.49082158E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.49082158E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 23 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 22. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS22_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975935040893 -2.098E+00 5.251E-09 9.650E-04 ETOT 2 -2.0975939946179 -4.905E-07 4.072E-12 6.132E-05 ETOT 3 -2.0975940299716 -3.535E-08 1.149E-09 2.707E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.535E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.03755889E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.03755889E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.03755889E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93021433 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.03755888660386E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.03755888660386E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.03755888660386E-04 Total energy (etotal) [Ha]= -2.09759402997163E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0976886796321 -2.098E+00 5.989E-08 8.602E-05 ETOT 2 -2.0976887181872 -3.856E-08 1.378E-13 5.278E-06 ETOT 3 -2.0976887208454 -2.658E-09 5.538E-11 4.281E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.658E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.14596692E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.14596692E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.14596692E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92536885 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57634365738543E+00 7.57634365738543E+00 7.57634365738543E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78817182869272E+00 3.78817182869272E+00 3.78817182869272E+00 0.00000000000000E+00 3.78817182869272E+00 3.78817182869272E+00 3.78817182869272E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08722393776793E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35728397673693E+00 5.35728397673693E+00 5.35728397673693E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.14596691767132E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.14596691767131E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.14596691767129E-05 Total energy (etotal) [Ha]= -2.09768872084537E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.46909E-05 Relative =-4.51416E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978211667960 -2.098E+00 8.341E-06 1.053E-03 ETOT 2 -2.0978216163032 -4.495E-07 8.961E-13 6.355E-05 ETOT 3 -2.0978216466545 -3.035E-08 6.099E-10 5.257E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.035E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.95929564E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.95929564E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.95929564E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91426417 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49353566674018E+00 7.49353566674018E+00 7.49353566674018E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74676783337009E+00 3.74676783337009E+00 3.74676783337009E+00 0.00000000000000E+00 3.74676783337009E+00 3.74676783337009E+00 3.74676783337009E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05196270928344E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29872988501524E+00 5.29872988501524E+00 5.29872988501524E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.95929564332214E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.95929564332219E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.95929564332225E-06 Total energy (etotal) [Ha]= -2.09782164665452E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.32926E-04 Relative =-6.33657E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978233597227 -2.098E+00 1.767E-10 1.363E-05 ETOT 2 -2.0978233656072 -5.885E-09 1.250E-14 8.294E-07 ETOT 3 -2.0978233660063 -3.991E-10 8.144E-12 6.219E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.991E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.51058888E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.51058888E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.51058888E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91047160 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50229524276849E+00 7.50229524276849E+00 7.50229524276849E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75114762138424E+00 3.75114762138424E+00 3.75114762138424E+00 0.00000000000000E+00 3.75114762138424E+00 3.75114762138424E+00 3.75114762138424E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05565610190602E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30492384062517E+00 5.30492384062517E+00 5.30492384062517E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.51058888349876E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.51058888349822E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.51058888349822E-07 Total energy (etotal) [Ha]= -2.09782336600627E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.71935E-06 Relative =-8.19589E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978233734579 -2.098E+00 7.770E-13 5.108E-08 ETOT 2 -2.0978233734799 -2.201E-11 4.679E-17 3.108E-09 ETOT 3 -2.0978233734814 -1.484E-12 3.048E-14 2.338E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.484E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.59242553E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.59242553E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.59242553E-09 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91036386 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50175597802362E+00 7.50175597802362E+00 7.50175597802362E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75087798901181E+00 3.75087798901181E+00 3.75087798901181E+00 0.00000000000000E+00 3.75087798901181E+00 3.75087798901181E+00 3.75087798901181E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05542847668681E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30454252286722E+00 5.30454252286722E+00 5.30454252286722E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.59242552549726E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.59242552544305E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.59242552587673E-09 Total energy (etotal) [Ha]= -2.09782337348136E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.47509E-09 Relative =-3.56326E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 2.5924E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.3903E-14; max= 3.0477E-14 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.501755978024 7.501755978024 7.501755978024 bohr = 3.969758287974 3.969758287974 3.969758287974 angstroms prteigrs : about to open file tbase4_3o_DS23_EIG Fermi (or HOMO) energy (hartree) = 0.29329 Average Vxc (hartree)= -0.34980 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07216 0.49141 0.62541 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76343242474114E-01 Hartree energy = 4.27045849967729E-03 XC energy = -8.14287496195569E-01 Ewald energy = -2.75027332186666E+00 PspCore energy = 3.87441901444790E-02 Loc. psp. energy= 9.66921512114115E-02 NL psp energy= 4.51099161380430E-01 >>>>> Internal E= -2.09741161435211E+00 -kT*entropy = -4.11759129248400E-04 >>>>>>>>> Etotal= -2.09782337348136E+00 Other information on the energy : Total energy(eV)= -5.70846770862815E+01 ; Band energy (Ha)= 3.7167902441E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.59242553E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.59242553E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.59242553E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -7.6272E-05 GPa] - sigma(1 1)= 7.62717794E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 7.62717794E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 7.62717794E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 24 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 23. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS23_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0977809590285 -2.098E+00 5.571E-09 1.052E-03 ETOT 2 -2.0977814952361 -5.362E-07 4.448E-12 6.680E-05 ETOT 3 -2.0977815338349 -3.860E-08 1.253E-09 2.913E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.860E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.00442874E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.00442874E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.00442874E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93035776 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.00442873864905E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00442873864905E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00442873864905E-04 Total energy (etotal) [Ha]= -2.09778153383493E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978702882047 -2.098E+00 4.957E-08 8.086E-05 ETOT 2 -2.0978703243740 -3.617E-08 1.249E-13 4.967E-06 ETOT 3 -2.0978703268752 -2.501E-09 5.218E-11 3.936E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.501E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.89502938E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.89502938E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.89502938E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92565503 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57709902475880E+00 7.57709902475880E+00 7.57709902475880E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78854951237940E+00 3.78854951237940E+00 3.78854951237940E+00 0.00000000000000E+00 3.78854951237940E+00 3.78854951237940E+00 3.78854951237940E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08754916141522E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35781810212892E+00 5.35781810212892E+00 5.35781810212892E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.89502938385753E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.89502938385753E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.89502938385751E-05 Total energy (etotal) [Ha]= -2.09787032687524E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.87930E-05 Relative =-4.23262E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979960591268 -2.098E+00 4.479E-06 1.002E-03 ETOT 2 -2.0979964865792 -4.275E-07 8.653E-13 6.060E-05 ETOT 3 -2.0979965155622 -2.898E-08 5.851E-10 4.879E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.898E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.23349769E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.23349769E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.23349769E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91493201 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49640487362649E+00 7.49640487362649E+00 7.49640487362649E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74820243681325E+00 3.74820243681325E+00 3.74820243681325E+00 0.00000000000000E+00 3.74820243681325E+00 3.74820243681325E+00 3.74820243681325E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05317153297253E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30075872066118E+00 5.30075872066118E+00 5.30075872066118E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.23349769160596E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.23349769160585E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.23349769160596E-06 Total energy (etotal) [Ha]= -2.09799651556222E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.26189E-04 Relative =-6.01490E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979980030496 -2.098E+00 1.222E-10 1.195E-05 ETOT 2 -2.0979980082091 -5.160E-09 1.111E-14 7.286E-07 ETOT 3 -2.0979980085602 -3.511E-10 7.179E-12 5.321E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.511E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.20430744E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.20430744E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.20430744E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91102942 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50461423870267E+00 7.50461423870267E+00 7.50461423870267E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75230711935133E+00 3.75230711935133E+00 3.75230711935133E+00 0.00000000000000E+00 3.75230711935133E+00 3.75230711935133E+00 3.75230711935133E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05663532982823E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30656361837578E+00 5.30656361837578E+00 5.30656361837578E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.20430743724113E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.20430743724005E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.20430743724005E-07 Total energy (etotal) [Ha]= -2.09799800856017E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.49300E-06 Relative =-7.11630E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979980153839 -2.098E+00 5.313E-13 4.718E-08 ETOT 2 -2.0979980154043 -2.034E-11 4.376E-17 2.875E-09 ETOT 3 -2.0979980154057 -1.379E-12 2.829E-14 2.107E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.379E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.85715318E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.85715318E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.85715318E-09 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91092551 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50409576161691E+00 7.50409576161691E+00 7.50409576161691E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75204788080845E+00 3.75204788080845E+00 3.75204788080845E+00 0.00000000000000E+00 3.75204788080845E+00 3.75204788080845E+00 3.75204788080845E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05641634321246E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30619699971255E+00 5.30619699971255E+00 5.30619699971255E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.85715318281156E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.85715318291998E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.85715318302840E-09 Total energy (etotal) [Ha]= -2.09799801540567E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.84550E-09 Relative =-3.26287E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 1.8572E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.2915E-14; max= 2.8288E-14 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.504095761617 7.504095761617 7.504095761617 bohr = 3.970996448124 3.970996448124 3.970996448124 angstroms prteigrs : about to open file tbase4_3o_DS24_EIG Fermi (or HOMO) energy (hartree) = 0.29228 Average Vxc (hartree)= -0.34970 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07230 0.49095 0.62484 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76130564025523E-01 Hartree energy = 4.23896097078377E-03 XC energy = -8.14033810633396E-01 Ewald energy = -2.74941578424988E+00 PspCore energy = 3.87079600267294E-02 Loc. psp. energy= 9.62312886142496E-02 NL psp energy= 4.51088408525840E-01 >>>>> Internal E= -2.09705241272015E+00 -kT*entropy = -9.45602685518559E-04 >>>>>>>>> Etotal= -2.09799801540567E+00 Other information on the energy : Total energy(eV)= -5.70894293347218E+01 ; Band energy (Ha)= 3.7126479347E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.85715318E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.85715318E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.85715318E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -5.4639E-05 GPa] - sigma(1 1)= 5.46393239E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.46393239E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.46393239E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 31 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 24. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS24_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980969768979 -2.098E+00 1.781E-03 9.400E-04 ETOT 2 -2.0980974838728 -5.070E-07 2.371E-09 5.572E-05 ETOT 3 -2.0980975183719 -3.450E-08 1.616E-09 8.151E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.450E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.10104053E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.10104053E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.10104053E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92980429 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.10104052571595E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.10104052571595E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.10104052571595E-04 Total energy (etotal) [Ha]= -2.09809751837189E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982037505785 -2.098E+00 3.127E-07 9.934E-05 ETOT 2 -2.0982037943043 -4.373E-08 4.628E-11 6.140E-06 ETOT 3 -2.0982037973709 -3.067E-09 9.423E-11 4.454E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 3.067E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.57269273E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.57269273E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.57269273E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92462242 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57489627601368E+00 7.57489627601368E+00 7.57489627601368E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78744813800684E+00 3.78744813800684E+00 3.78744813800684E+00 0.00000000000000E+00 3.78744813800684E+00 3.78744813800684E+00 3.78744813800684E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08660094844500E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35626052355400E+00 5.35626052355400E+00 5.35626052355400E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.57269272981728E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57269272981728E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57269272981725E-05 Total energy (etotal) [Ha]= -2.09820379737085E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.06279E-04 Relative =-5.06537E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983508399595 -2.098E+00 4.672E-06 1.129E-03 ETOT 2 -2.0983513110071 -4.710E-07 5.738E-11 6.865E-05 ETOT 3 -2.0983513434563 -3.245E-08 9.597E-10 4.983E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.245E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -6.47078357E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -6.47078357E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -6.47078357E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91308131 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49042018403912E+00 7.49042018403912E+00 7.49042018403912E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74521009201956E+00 3.74521009201956E+00 3.74521009201956E+00 0.00000000000000E+00 3.74521009201956E+00 3.74521009201956E+00 3.74521009201956E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05065117516774E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29652690607065E+00 5.29652690607065E+00 5.29652690607065E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -6.47078356811725E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.47078356811725E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.47078356811714E-06 Total energy (etotal) [Ha]= -2.09835134345627E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.47546E-04 Relative =-7.03177E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983520906689 -2.098E+00 9.354E-09 6.052E-06 ETOT 2 -2.0983520932313 -2.562E-09 4.312E-13 3.707E-07 ETOT 3 -2.0983520934081 -1.768E-10 5.375E-12 2.359E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.768E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.73075077E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.73075077E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.73075077E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91423556 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49616622379755E+00 7.49616622379755E+00 7.49616622379755E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74808311189878E+00 3.74808311189878E+00 3.74808311189878E+00 0.00000000000000E+00 3.74808311189878E+00 3.74808311189878E+00 3.74808311189878E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05307095227722E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30058996974880E+00 5.30058996974880E+00 5.30058996974880E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.73075076669940E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.73075076670049E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.73075076670320E-07 Total energy (etotal) [Ha]= -2.09835209340807E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.49952E-07 Relative =-3.57400E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.7308E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.7639E-12; max= 5.3748E-12 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.496166223798 7.496166223798 7.496166223798 bohr = 3.966800317436 3.966800317436 3.966800317436 angstroms prteigrs : about to open file tbase4_3o_DS31_EIG Fermi (or HOMO) energy (hartree) = 0.28810 Average Vxc (hartree)= -0.35005 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10451 0.58898 0.67133 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76160619723480E-01 Hartree energy = 4.19647806416192E-03 XC energy = -8.14766591267441E-01 Ewald energy = -2.75232415044553E+00 PspCore energy = 3.88309272952834E-02 Loc. psp. energy= 9.82174496018998E-02 NL psp energy= 4.51275162207908E-01 >>>>> Internal E= -2.09841010482024E+00 -kT*entropy = 5.80114121753693E-05 >>>>>>>>> Etotal= -2.09835209340807E+00 Other information on the energy : Total energy(eV)= -5.70990642871614E+01 ; Band energy (Ha)= 3.7242080795E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.73075077E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.73075077E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.73075077E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.0341E-03 GPa] - sigma(1 1)= 8.03414478E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.03414478E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.03414478E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 32 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 31. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS31_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980651723619 -2.098E+00 1.770E-07 1.262E-03 ETOT 2 -2.0980658348102 -6.624E-07 8.773E-11 7.930E-05 ETOT 3 -2.0980658819159 -4.711E-08 2.204E-09 3.387E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.711E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.09944733E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.09944733E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.09944733E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92975873 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.09944732558609E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.09944732558609E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.09944732558609E-04 Total energy (etotal) [Ha]= -2.09806588191595E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981718838778 -2.098E+00 3.096E-07 9.996E-05 ETOT 2 -2.0981719279314 -4.405E-08 4.515E-11 6.192E-06 ETOT 3 -2.0981719310336 -3.102E-09 9.598E-11 4.281E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 3.102E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.57652214E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.57652214E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.57652214E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92455728 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57493260097664E+00 7.57493260097664E+00 7.57493260097664E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78746630048832E+00 3.78746630048832E+00 3.78746630048832E+00 0.00000000000000E+00 3.78746630048832E+00 3.78746630048832E+00 3.78746630048832E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08661658070994E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35628620918163E+00 5.35628620918163E+00 5.35628620918163E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.57652214217078E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57652214217077E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57652214217078E-05 Total energy (etotal) [Ha]= -2.09817193103355E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.06049E-04 Relative =-5.05449E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983202970076 -2.098E+00 4.198E-06 1.155E-03 ETOT 2 -2.0983207790847 -4.821E-07 6.421E-11 7.037E-05 ETOT 3 -2.0983208124357 -3.335E-08 9.937E-10 4.859E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.335E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -6.34859611E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -6.34859611E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -6.34859611E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91281530 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.48987059437332E+00 7.48987059437332E+00 7.48987059437332E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74493529718666E+00 3.74493529718666E+00 3.74493529718666E+00 0.00000000000000E+00 3.74493529718666E+00 3.74493529718666E+00 3.74493529718666E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05041992592621E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29613828749109E+00 5.29613828749109E+00 5.29613828749109E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -6.34859610661241E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.34859610661246E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.34859610661236E-06 Total energy (etotal) [Ha]= -2.09832081243567E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.48881E-04 Relative =-7.09552E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983215366546 -2.098E+00 1.001E-08 5.969E-06 ETOT 2 -2.0983215391857 -2.531E-09 4.936E-13 3.664E-07 ETOT 3 -2.0983215393609 -1.753E-10 5.364E-12 2.211E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.753E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.85662788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.85662788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.85662788E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91396169 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49555092204844E+00 7.49555092204844E+00 7.49555092204844E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74777546102422E+00 3.74777546102422E+00 3.74777546102422E+00 0.00000000000000E+00 3.74777546102422E+00 3.74777546102422E+00 3.74777546102422E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05281165844809E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30015488570953E+00 5.30015488570953E+00 5.30015488570953E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.85662787591996E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.85662787591887E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.85662787591833E-07 Total energy (etotal) [Ha]= -2.09832153936093E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.26925E-07 Relative =-3.46432E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.8566E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.7533E-12; max= 5.3637E-12 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.495550922048 7.495550922048 7.495550922048 bohr = 3.966474713774 3.966474713774 3.966474713774 angstroms prteigrs : about to open file tbase4_3o_DS32_EIG Fermi (or HOMO) energy (hartree) = 0.28929 Average Vxc (hartree)= -0.35009 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10449 0.58910 0.67147 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76198818101224E-01 Hartree energy = 4.15737665048277E-03 XC energy = -8.14793470469109E-01 Ewald energy = -2.75255008578792E+00 PspCore energy = 3.88404908480292E-02 Loc. psp. energy= 9.85177762159666E-02 NL psp energy= 4.51245282181852E-01 >>>>> Internal E= -2.09838381225948E+00 -kT*entropy = 6.22728985458160E-05 >>>>>>>>> Etotal= -2.09832153936093E+00 Other information on the energy : Total energy(eV)= -5.70982328692564E+01 ; Band energy (Ha)= 3.7261609812E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.85662788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.85662788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.85662788E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.4045E-03 GPa] - sigma(1 1)= 8.40448796E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.40448796E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.40448796E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 33 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 32. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS32_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980820590523 -2.098E+00 1.771E-07 1.274E-03 ETOT 2 -2.0980827263879 -6.673E-07 8.822E-11 8.003E-05 ETOT 3 -2.0980827738707 -4.748E-08 2.222E-09 3.418E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.748E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.07889988E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.07889988E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.07889988E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92984921 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.07889988143479E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.07889988143479E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.07889988143480E-04 Total energy (etotal) [Ha]= -2.09808277387073E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981849254374 -2.098E+00 2.787E-07 9.651E-05 ETOT 2 -2.0981849680771 -4.264E-08 4.010E-11 5.979E-06 ETOT 3 -2.0981849710806 -3.003E-09 9.286E-11 4.097E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 3.003E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.42965472E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.42965472E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.42965472E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92472843 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57540108270329E+00 7.57540108270329E+00 7.57540108270329E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78770054135164E+00 3.78770054135164E+00 3.78770054135164E+00 0.00000000000000E+00 3.78770054135164E+00 3.78770054135164E+00 3.78770054135164E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08681820289837E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35661747578741E+00 5.35661747578741E+00 5.35661747578741E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.42965472397219E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.42965472397219E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.42965472397220E-05 Total energy (etotal) [Ha]= -2.09818497108059E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.02197E-04 Relative =-4.87086E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983294145265 -2.098E+00 1.181E-05 1.132E-03 ETOT 2 -2.0983298883350 -4.738E-07 7.023E-11 6.899E-05 ETOT 3 -2.0983299211383 -3.280E-08 9.767E-10 4.737E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.280E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -6.10113930E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -6.10113930E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -6.10113930E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91311860 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49127199564794E+00 7.49127199564794E+00 7.49127199564794E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74563599782397E+00 3.74563599782397E+00 3.74563599782397E+00 0.00000000000000E+00 3.74563599782397E+00 3.74563599782397E+00 3.74563599782397E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05100965651764E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29712922783554E+00 5.29712922783554E+00 5.29712922783554E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -6.10113929634481E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.10113929634491E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.10113929634491E-06 Total energy (etotal) [Ha]= -2.09832992113828E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.44950E-04 Relative =-6.90812E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983305960236 -2.098E+00 7.969E-09 5.605E-06 ETOT 2 -2.0983305984077 -2.384E-09 4.147E-13 3.441E-07 ETOT 3 -2.0983305985728 -1.651E-10 5.047E-12 2.071E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.651E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.46317788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.46317788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.46317788E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91423331 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49677521007766E+00 7.49677521007766E+00 7.49677521007766E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74838760503883E+00 3.74838760503883E+00 3.74838760503883E+00 0.00000000000000E+00 3.74838760503883E+00 3.74838760503883E+00 3.74838760503883E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05332762662661E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30102058807712E+00 5.30102058807712E+00 5.30102058807712E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.46317788330939E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.46317788331210E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.46317788330994E-07 Total energy (etotal) [Ha]= -2.09833059857283E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.77435E-07 Relative =-3.22845E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.4632E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.6497E-12; max= 5.0466E-12 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.496775210078 7.496775210078 7.496775210078 bohr = 3.967122579096 3.967122579096 3.967122579096 angstroms prteigrs : about to open file tbase4_3o_DS33_EIG Fermi (or HOMO) energy (hartree) = 0.29054 Average Vxc (hartree)= -0.35004 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10455 0.58883 0.67116 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.76136531979423E-01 Hartree energy = 4.14369295011414E-03 XC energy = -8.14662840364355E-01 Ewald energy = -2.75210057062634E+00 PspCore energy = 3.88214649943354E-02 Loc. psp. energy= 9.83001793066947E-02 NL psp energy= 4.51202217325777E-01 >>>>> Internal E= -2.09815932443435E+00 -kT*entropy = -1.71274138483250E-04 >>>>>>>>> Etotal= -2.09833059857283E+00 Other information on the energy : Total energy(eV)= -5.70984793829489E+01 ; Band energy (Ha)= 3.7243728955E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.46317788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.46317788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.46317788E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -7.2469E-03 GPa] - sigma(1 1)= 7.24691831E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 7.24691831E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 7.24691831E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 34 ================================================================== - nproc = 1 mkfilename : getwfk/=0, take file _WFK from output of DATASET 33. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS33_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981853393271 -2.098E+00 1.738E-07 1.244E-03 ETOT 2 -2.0981859894584 -6.501E-07 8.640E-11 7.821E-05 ETOT 3 -2.0981860357647 -4.631E-08 2.170E-09 3.339E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.631E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.05150235E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.05150235E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.05150235E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93006055 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.05150235105572E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.05150235105572E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.05150235105572E-04 Total energy (etotal) [Ha]= -2.09818603576470E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982830693964 -2.098E+00 2.419E-07 9.158E-05 ETOT 2 -2.0982831098704 -4.047E-08 3.416E-11 5.675E-06 ETOT 3 -2.0982831127225 -2.852E-09 8.820E-11 3.878E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.852E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.21527402E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.21527402E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.21527402E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92506675 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57602574639593E+00 7.57602574639593E+00 7.57602574639593E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78801287319796E+00 3.78801287319796E+00 3.78801287319796E+00 0.00000000000000E+00 3.78801287319796E+00 3.78801287319796E+00 3.78801287319796E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08708708048547E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35705917972044E+00 5.35705917972044E+00 5.35705917972044E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.21527402098320E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.21527402098321E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.21527402098321E-05 Total energy (etotal) [Ha]= -2.09828311272250E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.70770E-05 Relative =-4.62660E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0984207259195 -2.098E+00 9.519E-07 1.076E-03 ETOT 2 -2.0984211772093 -4.513E-07 3.059E-11 6.561E-05 ETOT 3 -2.0984212084777 -3.127E-08 9.315E-10 4.502E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.127E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -5.72137427E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -5.72137427E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.72137427E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91385820 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49395736715257E+00 7.49395736715257E+00 7.49395736715257E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74697868357628E+00 3.74697868357628E+00 3.74697868357628E+00 0.00000000000000E+00 3.74697868357628E+00 3.74697868357628E+00 3.74697868357628E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05214031759531E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29902807223647E+00 5.29902807223647E+00 5.29902807223647E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -5.72137427491004E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.72137427491004E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.72137427490993E-06 Total energy (etotal) [Ha]= -2.09842120847769E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.38096E-04 Relative =-6.58115E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0984218119208 -2.098E+00 5.306E-09 4.952E-06 ETOT 2 -2.0984218140297 -2.109E-09 2.991E-13 3.040E-07 ETOT 3 -2.0984218141758 -1.462E-10 4.466E-12 1.835E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.462E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.68504170E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.68504170E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.68504170E-07 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91491000 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49913981022563E+00 7.49913981022563E+00 7.49913981022563E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74956990511281E+00 3.74956990511281E+00 3.74956990511281E+00 0.00000000000000E+00 3.74956990511281E+00 3.74956990511281E+00 3.74956990511281E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05432464905821E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30269261287654E+00 5.30269261287654E+00 5.30269261287654E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.68504170403982E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.68504170404145E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.68504170403982E-07 Total energy (etotal) [Ha]= -2.09842181417585E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.05698E-07 Relative =-2.88645E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 1.6850E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.4609E-12; max= 4.4664E-12 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.499139810226 7.499139810226 7.499139810226 bohr = 3.968373871601 3.968373871601 3.968373871601 angstroms prteigrs : about to open file tbase4_3o_DS34_EIG Fermi (or HOMO) energy (hartree) = 0.29127 Average Vxc (hartree)= -0.34994 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10468 0.58832 0.67057 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 8.75788379910964E-01 Hartree energy = 4.12720640366920E-03 XC energy = -8.14419540244759E-01 Ewald energy = -2.75123278877654E+00 PspCore energy = 3.87847534639152E-02 Loc. psp. energy= 9.77170924451374E-02 NL psp energy= 4.51283629376785E-01 >>>>> Internal E= -2.09795126742083E+00 -kT*entropy = -4.70546755017599E-04 >>>>>>>>> Etotal= -2.09842181417585E+00 Other information on the energy : Total energy(eV)= -5.71009614857365E+01 ; Band energy (Ha)= 3.7187389013E-01 -------------------------------------------------------------------------------- Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.68504170E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.68504170E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.68504170E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.9576E-03 GPa] - sigma(1 1)= 4.95756302E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.95756302E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 4.95756302E-03 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell11 7.5587697858E+00 7.5587697858E+00 7.5587697858E+00 Bohr acell12 7.5587703388E+00 7.5587703388E+00 7.5587703388E+00 Bohr acell13 7.5587703387E+00 7.5587703387E+00 7.5587703387E+00 Bohr acell14 7.5587717066E+00 7.5587717066E+00 7.5587717066E+00 Bohr acell21 7.5054865023E+00 7.5054865023E+00 7.5054865023E+00 Bohr acell22 7.5056434151E+00 7.5056434151E+00 7.5056434151E+00 Bohr acell23 7.5017559780E+00 7.5017559780E+00 7.5017559780E+00 Bohr acell24 7.5040957616E+00 7.5040957616E+00 7.5040957616E+00 Bohr acell31 7.4961662238E+00 7.4961662238E+00 7.4961662238E+00 Bohr acell32 7.4955509220E+00 7.4955509220E+00 7.4955509220E+00 Bohr acell33 7.4967752101E+00 7.4967752101E+00 7.4967752101E+00 Bohr acell34 7.4991398102E+00 7.4991398102E+00 7.4991398102E+00 Bohr amu 2.69815390E+01 dilatmx 1.05000000E+00 ecut 6.00000000E+00 Hartree ecutsm 5.00000000E-01 Hartree etotal11 -2.0916027819E+00 etotal12 -2.0931968906E+00 etotal13 -2.0947909992E+00 etotal14 -2.0963851177E+00 etotal21 -2.0969713557E+00 etotal22 -2.0975525286E+00 etotal23 -2.0978233735E+00 etotal24 -2.0979980154E+00 etotal31 -2.0983520934E+00 etotal32 -2.0983215394E+00 etotal33 -2.0983305986E+00 etotal34 -2.0984218142E+00 fcart11 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart12 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart13 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart14 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart21 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart22 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart23 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart24 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart31 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart32 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart33 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart34 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 - fftalg 312 getwfk -1 ionmov 2 jdtset 11 12 13 14 21 22 23 24 31 32 33 34 kpt11 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt12 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt13 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt14 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt21 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt22 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt23 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt24 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt31 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt32 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt33 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt34 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kptrlatt11 2 -2 2 -2 2 2 -2 -2 2 kptrlatt12 2 -2 2 -2 2 2 -2 -2 2 kptrlatt13 2 -2 2 -2 2 2 -2 -2 2 kptrlatt14 2 -2 2 -2 2 2 -2 -2 2 kptrlatt21 4 -4 4 -4 4 4 -4 -4 4 kptrlatt22 4 -4 4 -4 4 4 -4 -4 4 kptrlatt23 4 -4 4 -4 4 4 -4 -4 4 kptrlatt24 4 -4 4 -4 4 4 -4 -4 4 kptrlatt31 6 -6 6 -6 6 6 -6 -6 6 kptrlatt32 6 -6 6 -6 6 6 -6 -6 6 kptrlatt33 6 -6 6 -6 6 6 -6 -6 6 kptrlatt34 6 -6 6 -6 6 6 -6 -6 6 kptrlen11 1.52000000E+01 kptrlen12 1.52000000E+01 kptrlen13 1.52000000E+01 kptrlen14 1.52000000E+01 kptrlen21 3.04000000E+01 kptrlen22 3.04000000E+01 kptrlen23 3.04000000E+01 kptrlen24 3.04000000E+01 kptrlen31 4.56000000E+01 kptrlen32 4.56000000E+01 kptrlen33 4.56000000E+01 kptrlen34 4.56000000E+01 P mkmem11 2 P mkmem12 2 P mkmem13 2 P mkmem14 2 P mkmem21 10 P mkmem22 10 P mkmem23 10 P mkmem24 10 P mkmem31 28 P mkmem32 28 P mkmem33 28 P mkmem34 28 natom 1 nband11 3 nband12 3 nband13 3 nband14 3 nband21 3 nband22 3 nband23 3 nband24 3 nband31 3 nband32 3 nband33 3 nband34 3 ndtset 12 ngfft 15 15 15 nkpt11 2 nkpt12 2 nkpt13 2 nkpt14 2 nkpt21 10 nkpt22 10 nkpt23 10 nkpt24 10 nkpt31 28 nkpt32 28 nkpt33 28 nkpt34 28 nstep 10 nsym 48 ntime 10 ntypat 1 occ11 2.000000 1.333333 0.000000 2.000000 0.000000 0.000000 occ12 2.000000 1.333333 0.000000 2.000000 0.000000 0.000000 occ13 2.000000 1.333333 0.000000 2.000000 0.000000 0.000000 occ14 2.000000 1.333331 0.000001 2.000000 0.000004 0.000000 occ21 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.985601 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.028796 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000002 0.000000 occ22 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.844595 0.000000 2.000000 0.000000 0.000000 2.000000 2.000001 0.000000 2.000000 0.222602 0.000001 2.000000 2.034519 0.001101 2.000000 0.000000 0.000000 2.000000 2.050900 0.000000 occ23 2.000000 0.000000 0.000000 2.000000 2.000002 0.000000 2.000000 0.000000 0.000000 2.000000 0.687952 0.000000 2.000000 0.000477 0.000000 2.000000 2.004439 0.000069 2.000000 0.278579 0.000519 2.000001 2.141482 0.005259 2.000000 0.000000 0.000000 2.000000 2.139572 0.000000 occ24 2.000000 0.000000 0.000000 2.000000 2.001045 0.000000 2.000000 0.000148 0.000000 2.000000 0.699213 0.000000 2.000000 0.003893 0.000000 2.000001 2.047819 0.001830 2.000001 0.370812 0.004002 2.000710 2.077451 0.001106 2.000000 0.000000 0.000000 2.000000 2.040464 0.000000 occ31 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.002043 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.001223 0.000000 2.000000 1.843825 0.000000 2.000000 2.000000 0.000000 2.000000 2.006183 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.123145 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.001407 0.000000 2.000000 2.000000 0.001615 2.000000 2.120975 0.000000 2.000000 0.553285 0.000000 2.000000 2.000989 0.000001 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 occ32 2.000000 0.000000 0.000000 2.000000 0.000067 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.202293 0.000000 2.000000 2.000393 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000111 0.000000 2.000000 1.481136 0.000000 2.000000 2.000000 0.000000 2.000000 2.139211 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000226 0.000000 2.000000 1.786432 0.000000 2.000000 2.000150 0.000249 2.000000 0.000000 0.000000 2.000000 0.000001 0.000000 2.000000 2.120348 0.000000 2.000000 2.016997 0.000606 2.000000 1.990542 0.000000 2.000000 0.780492 0.003135 2.000000 2.114784 0.005093 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000001 0.000000 occ33 2.000000 0.000000 0.000000 2.000000 0.004025 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.419998 0.000000 2.000000 2.028182 0.000000 2.000000 0.000000 0.000000 2.000000 0.000096 0.000000 2.000000 0.059896 0.000000 2.000000 1.355172 0.000000 2.000000 2.000002 0.000000 2.000000 2.073501 0.000000 2.000000 2.000113 0.000000 2.000000 0.000013 0.000000 2.000000 0.004989 0.000000 2.000000 1.583338 0.000006 2.000001 2.019259 0.005050 2.000000 0.000000 0.000000 2.000000 0.001162 0.000000 2.000000 2.115044 0.000105 2.000042 2.108347 0.070270 2.000000 1.771666 0.000000 2.000001 0.881180 0.001851 2.001232 2.121241 0.000098 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.002754 0.000000 occ34 2.000000 0.000000 0.000000 2.000000 0.003487 0.000000 2.000000 0.000000 0.000000 2.000000 0.000005 0.000000 2.000000 2.000059 0.000000 2.000000 0.550926 0.000000 2.000000 2.098974 0.000000 2.000000 0.000000 0.000000 2.000000 0.002372 0.000000 2.000000 0.172592 0.000006 2.000000 1.274711 0.000000 2.000000 2.000769 0.000000 2.000000 1.929116 0.000011 2.000002 2.006431 0.000000 2.000000 0.001016 0.000006 2.000000 0.001695 0.000145 2.000000 1.453035 0.000721 2.000606 2.084196 0.001511 2.000000 0.000000 0.000000 2.000000 0.005124 0.000000 2.000000 1.997534 0.002462 2.003824 2.140542 0.188953 2.000030 1.612124 0.000083 2.000429 0.917295 0.006275 2.022320 2.010292 0.026799 2.000000 0.000000 0.000000 2.000000 0.000038 0.000000 2.000000 2.033431 0.000000 occopt 4 optcell 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 225 strten11 2.1360639354E-08 2.1360639354E-08 2.1360639354E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten12 2.2007819225E-08 2.2007819225E-08 2.2007819225E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten13 2.2007813962E-08 2.2007813962E-08 2.2007813962E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten14 2.2010143138E-08 2.2010143139E-08 2.2010143138E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten21 2.1746408172E-09 2.1746408172E-09 2.1746408175E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten22 1.8662926369E-09 1.8662926369E-09 1.8662926373E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten23 2.5924255255E-09 2.5924255254E-09 2.5924255259E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten24 1.8571531828E-09 1.8571531829E-09 1.8571531830E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten31 2.7307507667E-07 2.7307507667E-07 2.7307507667E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten32 2.8566278759E-07 2.8566278759E-07 2.8566278759E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten33 2.4631778833E-07 2.4631778833E-07 2.4631778833E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten34 1.6850417040E-07 1.6850417040E-07 1.6850417040E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 -1 0 0 -1 0 1 -1 1 0 1 0 0 1 0 -1 1 -1 0 0 1 -1 1 0 -1 0 0 -1 0 -1 1 -1 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 1 0 0 1 -1 0 1 0 -1 0 -1 1 1 -1 0 0 -1 0 0 1 -1 -1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 -1 0 0 0 0 -1 0 -1 0 0 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 0 0 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 1 0 -1 0 0 -1 0 1 -1 -1 0 1 0 0 1 0 -1 1 0 1 0 0 0 1 1 0 0 0 -1 0 0 0 -1 -1 0 0 1 0 -1 0 1 -1 0 0 -1 -1 0 1 0 -1 1 0 0 1 0 -1 0 0 -1 1 1 -1 0 0 1 0 0 1 -1 -1 1 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 0 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 0 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 -1 -1 0 0 0 -1 0 -1 1 0 -1 0 0 -1 0 1 1 -1 0 1 0 0 1 0 -1 0 0 1 0 1 0 1 0 0 0 0 -1 0 -1 0 -1 0 0 1 -1 0 0 -1 0 0 -1 1 -1 1 0 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 0 toldfe 1.00000000E-06 Hartree tsmear11 1.00000000E-02 Hartree tsmear12 2.00000000E-02 Hartree tsmear13 3.00000000E-02 Hartree tsmear14 4.00000000E-02 Hartree tsmear21 1.00000000E-02 Hartree tsmear22 2.00000000E-02 Hartree tsmear23 3.00000000E-02 Hartree tsmear24 4.00000000E-02 Hartree tsmear31 1.00000000E-02 Hartree tsmear32 2.00000000E-02 Hartree tsmear33 3.00000000E-02 Hartree tsmear34 4.00000000E-02 Hartree typat 1 wtk11 0.75000 0.25000 wtk12 0.75000 0.25000 wtk13 0.75000 0.25000 wtk14 0.75000 0.25000 wtk21 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk22 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk23 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk24 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk31 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk32 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk33 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk34 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://www.abinit.org/about/?text=acknowledgments. - - [1] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment : Some pseudopotential generated using the FHI code were used. - - [2] ABINIT : First-principles approach of materials and nanosystem properties. - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Computer Phys. Comm. 180, 2582-2615 (2009). - Comment : the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/about/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - - [3] A brief introduction to the ABINIT software package. - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Z. Kristallogr. 220, 558-562 (2005). - Comment : the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/about/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenshaftverlag, - the licence allows the authors to put it on the Web). - - And optionally: - - [4] First-principles computation of material properties : the ABINIT software project. - X. Gonze, J.-M. Beuken, R. Caracas, F. Detraux, M. Fuchs, G.-M. Rignanese, L. Sindic, - M. Verstraete, G. Zerah, F. Jollet, M. Torrent, A. Roy, M. Mikami, Ph. Ghosez, J.-Y. Raty, D.C. Allan. - Computational Materials Science 25, 478-492 (2002). http://dx.doi.org/10.1016/S0927-0256(02)00325-7 - Comment : the original paper describing the ABINIT project. - - [5] Fast radix 2, 3, 4 and 5 kernels for Fast Fourier Transformations - on computers with overlapping multiply-add instructions. - S. Goedecker, SIAM J. on Scientific Computing 18, 1605 (1997). - - Proc. 0 individual time (sec): cpu= 31.2 wall= 16.7 ================================================================================ Calculation completed. .Delivered 45 WARNINGs and 65 COMMENTs to log file. +Overall time at end (sec) : cpu= 31.2 wall= 16.7
From the output file, here is the evolution of acell:
acell11 7.5587661702E+00 7.5587661702E+00 7.5587661702E+00 Bohr acell12 7.5587696944E+00 7.5587696944E+00 7.5587696944E+00 Bohr acell13 7.5587696871E+00 7.5587696871E+00 7.5587696871E+00 Bohr acell14 7.5587710578E+00 7.5587710578E+00 7.5587710578E+00 Bohr acell21 7.5055168997E+00 7.5055168997E+00 7.5055168997E+00 Bohr acell22 7.5056781966E+00 7.5056781966E+00 7.5056781966E+00 Bohr acell23 7.5018335937E+00 7.5018335937E+00 7.5018335937E+00 Bohr acell24 7.5041510220E+00 7.5041510220E+00 7.5041510220E+00 Bohr acell31 7.4963466654E+00 7.4963466654E+00 7.4963466654E+00 Bohr acell32 7.4957099831E+00 7.4957099831E+00 7.4957099831E+00 Bohr acell33 7.4969520318E+00 7.4969520318E+00 7.4969520318E+00 Bohr acell34 7.4993529673E+00 7.4993529673E+00 7.4993529673E+00 Bohr
These data should be analyzed properly.
For tsmear=0.01, the converged value, contained in acell31, must be
compared to acell11 and acell21: between acell21 and acell31, the difference
is below 0.2%. acell31 can be considered to be converged with respect to the
number of k-points, at fixed tsmear.
This tsmear being the lowest one, it is usually the most difficult to
converge, and the values acell31,32,33 and 34 are indeed well-converged with respect to the k-point number.
The use of the largest tsmear(=0.04), giving acell34, induces only a small
error in the lattice parameter. For that particular value of tsmear, one
can use the second k-point grid, giving acell24.
Summary
So to summarize: we can choose to work with a 10 k-point grid in the irreducible Brillouin
zone, and the associated tsmear=0.04, with less than 0.1% error on the lattice parameter.
Note that this error due to the Brillouin zone sampling could add to the error
due to the choice of ecut (that was mentioned previously to be on the order of 0.2%).
In what follows, we will stick to these values of ecut and tsmear, and try to use k-point grids with a similar resolution.
Our final value for the aluminum lattice parameter, in the LDA, using the
13al.981214.fhi pseudopotential, is thus 7.5041 Bohr. Note: for historical
reasons (consistency with older versions of the tutorial), we will work on the
following, with a slightly different value, of 7.5056 Bohr, that is 3.9718 Angstrom.
The experimental value at 25 degree Celsius is 4.04958 Angstrom.
The associated total energy and accuracy can be deduced from
etotal11 -2.0916027819E+00 etotal12 -2.0931968906E+00 etotal13 -2.0947909992E+00 etotal14 -2.0963851177E+00 etotal21 -2.0969713557E+00 etotal22 -2.0975525285E+00 etotal23 -2.0978233733E+00 etotal24 -2.0979980153E+00 etotal31 -2.0983520905E+00 etotal32 -2.0983215368E+00 etotal33 -2.0983305960E+00 etotal34 -2.0984218116E+00
etotal 24 is -2.0979980153E+00 Ha, with an accuracy of 0.0005 Ha .
4 Surface energy of aluminum (100): changing the orientation of the unit cell¶
In order to study the Aluminum (100) surface, we will have to set up a supercell representing a slab.
This supercell should be chosen as to be compatible with the primitive surface unit cell.
The corresponding directions are [-1 1 0]
and [1 1 0]
.
The direction perpendicular to the surface is [0 0 1]
.
There is no primitive cell of bulk aluminum based on these vectors, but a doubled cell.
We will first compute the total energy associated with this doubled cell.
This is not strictly needed, but it is a valuable intermediate step towards the study of the surface.
You might start from tbase4_3.in.
You have to change rprim. Still, try to keep acell at the values of
bulk aluminum that were determined previously. But it is not all: the most
difficult part in the passage to this doubled cell is the definition of the
k-point grid. Of course, one could just take a homogeneous simple cubic grid
of k points, but this will not correspond exactly to the k-point grid used in the primitive cell in tbase4_3.in.
This would not be a big problem, but you would miss some error cancellation.
The answer to this problem is given in the input file ~abinit/tests/tutorial/Input/tbase4_4.in.
# Crystalline aluminum : optimization of the lattice parameter # at fixed number of k points and broadening. #Definition of occupation numbers occopt 4 tsmear 0.05 #Definition of the unit cell acell 3*7.60 # This is equivalent to 7.60 7.60 7.60 rprim 0.0 0.5 0.5 # FCC primitive vectors (to be scaled by acell) 0.5 0.0 0.5 0.5 0.5 0.0 #Optimization of the lattice parameters optcell 1 ionmov 2 ntime 10 dilatmx 1.05 ecutsm 0.5 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 1 # There is only one atom per cell typat 1 # This atom is of type 1, that is, Aluminum xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the k-point grid ngkpt 2 2 2 # This is a 2x2x2 FCC grid, based on the primitive vectors nshiftk 4 # of the reciprocal space. For a FCC real space lattice, # like the present one, it actually corresponds to the # so-called 4x4x4 Monkhorst-Pack grid, if the following shifts # are used : shiftk 0.5 0.5 0.5 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.5 #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # Will stop when, twice in a row, the difference # between two consecutive evaluations of total energy # differ by less than toldfe (in Hartree) # This value is way too large for most realistic studies of materials ## After modifying the following section, one might need to regenerate the pickle database with runtests.py -r #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_1.out, tolnlines= 6, tolabs= 1.2e-07, tolrel= 1.2e-03 #%% psp_files = 13al.981214.fhi #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : optimization of the lattice parameter #%% at fixed number of k points and broadening. #%%<END TEST_INFO>
The procedure to do the exact translation of the k-point grid will not be
explained here (sorry for this). If you do not see how to do it, just use
homogeneous simple cubic grids, with about the same resolution as for the primitive cell case.
There is a simple rule to estimate roughly whether two
grids for different cells have the same resolution: simply multiply the linear
dimensions of the k-point grids, by the number of sublattices, by the number of atoms in the cell.
For example, the corresponding product for the usual 10 k-point grid is 4x4x4 x 4 x 1 = 256
.
In the file tbase4_4.in, one has 4x4x4 x 2 x 2 = 256
.
The grids of k points should not be too anisotropic for this rough estimation to be valid.
Note also the input variables rprim and chkprim in this input file.
So, you run tbase4_4.in (only a few seconds, the reference file is ~abinit/tests/tutorial/Refs/tbase4_4.out), and you find the following total energy:
etotal -4.1962972610E+00
It is not exactly twice the total energy for the primitive cell, mentioned above, but the difference is less than 0.0005 Ha. It is due to the different FFT grids used in the two runs, and affect the exchange-correlation energy. These grids are always homogeneous primitive 3D grids, so that changing the orientation of the lattice will give mutually incompatible lattices. Increasing the size of the FFT grid would improve the agreement.
5 Surface energy: a (3 aluminum layer + 1 vacuum layer) slab calculation¶
We will first compute the total energy associated with only three layers of aluminum, separated by only one layer of vacuum. This is kind of a minimal slab:
- one surface layer
- one “bulk” layer
- one surface layer
- one vacuum layer
- …
It is convenient to take the vacuum region as having a multiple of the width
of the aluminum layers, but this is not mandatory. The supercell to use is the
double of the previous cell (that had two layers of Aluminum atoms along the [0 0 1]
direction).
Of course, the relaxation of the surface might give an important contribution to the total energy.
You should start from tbase4_4.in.
You have to modify rprim (double the cell along [0 0 1]
), the atomic
positions, as well as the k point mesh. For the latter, it is supposed that
the electrons cannot propagate from one slab to its image in the [0 0 1]
direction, so that the k_z component of the special k points can be taken 0:
only one layer of k points is needed along the z-direction. You should also
allow the relaxation of atomic positions, but not the relaxation of lattice
parameters (the lattice parameters along x or y must be considered fixed to
the bulk value, while, for the z direction, there is no interest to allow the
vacuum region to collapse!
The input file ~abinit/tests/tutorial/Input/tbase4_5.in is an example, while ~abinit/tests/tutorial/Refs/tbase4_5.out is a reference output file. The run might last one minute.
# Crystalline aluminum # # Determination of the surface energy of aluminum : # a minimal slab. #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grid ngkpt 4 4 1 nshiftk 2 shiftk 0.5 0.0 0.0 0.0 0.5 0.0 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim 0.5 -0.5 0.0 # The lattice vector along the z direction 0.5 0.5 0.0 # is doubled with respect to previous run. 0.0 0.0 2.0 # #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 3 # Three atoms per cell: three aluminum layers and some vacuum typat 3*1 # These atoms are of type 1, that is, Aluminum xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.5 0.5 0.25 # Triplet giving the REDUCED coordinate of atom 2. 0.0 0.0 0.5 # Triplet giving the REDUCED coordinate of atom 3. # The z-coordinate of the vacuum layer is 0.75 . #The relaxation ionmov 2 tolmxf 5.0d-4 ntime 10 #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldff 5.0d-5 ## After modifying the following section, one might need to regenerate the pickle database with runtests.py -r #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_5.out, tolnlines= 0, tolabs= 0.000e+00, tolrel= 0.000e+00, fld_options=-easy #%% psp_files = 13al.981214.fhi #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum #%% #%% Determination of the surface energy of aluminum : #%% a minimal slab. #%%<END TEST_INFO>
.Version 8.0.3 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu5.3 computer) .Copyright (C) 1998-2018 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read ~abinit/doc/users/acknowledgments.html for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 4 Apr 2016. - ( at 09h40 ) - input file -> tbase4_5.in - output file -> tbase4_5.out - root for input files -> tbase4_5i - root for output files -> tbase4_5o Symmetries : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need of the present run intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 36 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 300 nfft = 5184 nkpt = 6 ================================================================================ P This job should need less than 2.943 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.194 Mbytes ; DEN or POT disk file : 0.042 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - accesswff0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree - fftalg 312 ionmov 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 1.50111818E+01 P mkmem 6 natom 3 nband 7 ngfft 12 12 36 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 occopt 4 optforces 1 rprim 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 -1.4523384020E-17 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 -2.7445218320E-17 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 2.5000000000E-01 0.0000000000E+00 0.0000000000E+00 5.0000000000E-01 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency. ================================================================================ == DATASET 1 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 15.0111818 G(3)= 0.0000000 0.0000000 0.0666170 Unit cell volume ucvol= 4.2281917E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 36 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 3.68025494E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 294.000 293.954 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2045257341785 -6.205E+00 2.151E-03 1.072E+02 6.651E-03 6.651E-03 ETOT 2 -6.2611659199258 -5.664E-02 3.318E-05 5.681E-01 9.912E-03 3.262E-03 ETOT 3 -6.2617713938804 -6.055E-04 1.675E-05 4.177E-01 4.978E-04 2.764E-03 ETOT 4 -6.2619694610442 -1.981E-04 2.044E-05 8.805E-03 6.289E-05 2.827E-03 ETOT 5 -6.2619738260174 -4.365E-06 5.436E-07 9.053E-05 4.788E-05 2.779E-03 ETOT 6 -6.2619738807343 -5.472E-08 2.659E-06 7.564E-07 1.936E-06 2.781E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.936E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.52702368E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.52702368E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.65832618E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87049146 2 2.00000 0.90265651 3 2.00000 0.87049146 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 -2.74452183202101E-17 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 5.00000000000000E-01 5.00000000000000E-01 2.50000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 5.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.78079E-03 1.31088E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.78079347121490E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 2.78079347121490E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 4.17429963446599E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -4.17429963446599E-02 Total energy (etotal) [Ha]= -6.26197388073434E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2619889447019 -6.262E+00 7.262E-07 2.390E-04 9.166E-05 2.689E-03 ETOT 2 -6.2619891055997 -1.609E-07 1.745E-07 2.081E-05 2.190E-06 2.691E-03 ETOT 3 -6.2619891169149 -1.132E-08 7.931E-09 7.497E-08 2.894E-06 2.694E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 2.894E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.60832010E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.60832010E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.67189730E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87055007 2 2.00000 0.90227887 3 2.00000 0.87055007 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.78079347121490E-03 3.75279545000000E+00 -2.74452183202101E-17 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50837169347121E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.85248137572679E-04 5.00000000000000E-01 5.00000000000000E-01 2.50000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 5.00185248137573E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.69421E-03 1.27007E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.69421482980057E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 2.69421482980057E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 4.04433486183924E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -4.04433486183924E-02 Total energy (etotal) [Ha]= -6.26198911691487E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.52362E-05 Relative =-2.43312E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2620668728779 -6.262E+00 2.574E-07 2.433E-01 2.811E-03 1.170E-04 ETOT 2 -6.2622157598864 -1.489E-04 1.734E-08 1.700E-02 8.930E-05 2.771E-05 ETOT 3 -6.2622250014076 -9.242E-06 8.916E-08 7.206E-05 7.669E-05 4.899E-05 ETOT 4 -6.2622250701664 -6.876E-08 1.040E-09 4.981E-06 2.693E-06 5.168E-05 ETOT 5 -6.2622250726286 -2.462E-09 3.904E-11 2.294E-07 4.079E-07 5.209E-05 At SCF step 5, forces are converged : for the second time, max diff in force= 4.079E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 5.87254725E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 5.87254725E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.11557837E-04 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88832202 2 2.00000 0.89107435 3 2.00000 0.88832202 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -8.93154732302309E-02 3.75279545000000E+00 -2.74452183202101E-17 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.59490637323024E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -5.94992948724602E-03 5.00000000000000E-01 5.00000000000000E-01 2.50000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 5.05949929487247E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.20881E-05 2.45546E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.20880777975024E-05 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 5.20880777975024E-05 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 7.81903605430853E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -7.81903605430853E-04 Total energy (etotal) [Ha]= -6.26222507262863E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.35956E-04 Relative =-3.76799E-05 At Broyd/MD step 3, gradients are converged : max grad (force/stress) = 5.2088E-05 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 5.4881E-12; max= 3.9039E-11 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.005949929487 0.500000000000 0.500000000000 0.250000000000 0.000000000000 0.000000000000 0.505949929487 rms dE/dt= 3.6859E-04; max dE/dt= 7.8190E-04; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000781903605 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 -0.000781903605 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.04726371280787 2 1.98589382064025 -0.00000000000000 1.98589382064025 3 0.00000000000000 0.00000000000000 4.01905135408838 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00005208807780 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00005208807780 frms,max,avg= 2.4554555E-05 5.2088078E-05 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00267847642806 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00267847642806 frms,max,avg= 1.2626459E-03 2.6784764E-03 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_5o_EIG Fermi (or HOMO) energy (hartree) = 0.18898 Average Vxc (hartree)= -0.31193 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.19299 -0.10479 -0.00963 0.16538 0.23944 0.29526 0.37433 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 1.79687 0.00013 0.00067 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 2.41542775852760E+00 Hartree energy = 9.16766302349243E-01 XC energy = -2.32254151520953E+00 Ewald energy = -6.45275888587112E+00 PspCore energy = 8.70408728454554E-02 Loc. psp. energy= -2.26832676682087E+00 NL psp energy= 1.36366221775760E+00 >>>>> Internal E= -6.26073001642162E+00 -kT*entropy = -1.49505620700832E-03 >>>>>>>>> Etotal= -6.26222507262863E+00 Other information on the energy : Total energy(eV)= -1.70403810269014E+02 ; Band energy (Ha)= 3.1895591511E-01 -------------------------------------------------------------------------------- rms coord change= 2.8048E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.005949929487 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.005949929487 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 5.87254725E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 5.87254725E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.11557837E-04 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.2073E+00 GPa] - sigma(1 1)= 1.72776276E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 1.72776276E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 9.16634648E+00 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree etotal -6.2622250726E+00 fcart -0.0000000000E+00 -0.0000000000E+00 -5.2088077798E-05 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 5.2088077798E-05 - fftalg 312 ionmov 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 1.50111818E+01 P mkmem 6 natom 3 nband 7 ngfft 12 12 36 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ 2.000000 2.000000 2.000000 1.796869 0.000126 0.000675 0.000000 2.000000 2.000000 2.000100 2.000875 2.140542 0.000032 0.001420 2.000000 2.000000 2.000001 1.412306 0.307382 0.005258 0.002554 2.000000 2.000000 2.000170 2.000177 2.141302 1.437214 0.000202 2.000000 2.000000 2.012020 2.051362 1.251342 0.004830 0.003147 2.000052 2.000111 2.141288 2.141552 0.061363 0.033330 0.002194 occopt 4 optforces 1 rprim 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 strten 5.8725472470E-05 5.8725472470E-05 3.1155783666E-04 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst 0.0000000000E+00 0.0000000000E+00 -4.7263712808E-02 1.9858938206E+00 -1.4523384020E-17 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0190513541E+00 xcart 0.0000000000E+00 0.0000000000E+00 -8.9315473230E-02 3.7527954500E+00 -2.7445218320E-17 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5949063732E+00 xred 0.0000000000E+00 0.0000000000E+00 -5.9499294872E-03 5.0000000000E-01 5.0000000000E-01 2.5000000000E-01 0.0000000000E+00 0.0000000000E+00 5.0594992949E-01 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://www.abinit.org/about/?text=acknowledgments. - - [1] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment : Some pseudopotential generated using the FHI code were used. - - [2] ABINIT : First-principles approach of materials and nanosystem properties. - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Computer Phys. Comm. 180, 2582-2615 (2009). - Comment : the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/about/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - - [3] A brief introduction to the ABINIT software package. - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Z. Kristallogr. 220, 558-562 (2005). - Comment : the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/about/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenshaftverlag, - the licence allows the authors to put it on the Web). - - And optionally: - - [4] First-principles computation of material properties : the ABINIT software project. - X. Gonze, J.-M. Beuken, R. Caracas, F. Detraux, M. Fuchs, G.-M. Rignanese, L. Sindic, - M. Verstraete, G. Zerah, F. Jollet, M. Torrent, A. Roy, M. Mikami, Ph. Ghosez, J.-Y. Raty, D.C. Allan. - Computational Materials Science 25, 478-492 (2002). http://dx.doi.org/10.1016/S0927-0256(02)00325-7 - Comment : the original paper describing the ABINIT project. - - [5] Fast radix 2, 3, 4 and 5 kernels for Fast Fourier Transformations - on computers with overlapping multiply-add instructions. - S. Goedecker, SIAM J. on Scientific Computing 18, 1605 (1997). - - Proc. 0 individual time (sec): cpu= 9.6 wall= 1.8 ================================================================================ Calculation completed. .Delivered 1 WARNINGs and 1 COMMENTs to log file. +Overall time at end (sec) : cpu= 9.6 wall= 1.8
The total energy after the first SCF cycle, when the atomic positions are equal to their starting values, is:
ETOT 6 -6.2619738807344
Note that the total energy of three aluminum atoms in the bulk, (from section 4.3, etotal24 multiplied by three) is
-6.293994 Ha
so that the non-relaxed surface energy, per surface unit cell (there are two surfaces in our simulation cell!) is
0.016010 Ha = 0.436 eV.
The total energy after the Broyden relaxation is:
etotal -6.2622251508E+00
so that the relaxed surface energy, per surface unit cell is
0.015885 Ha = 0.432eV.
It seems that the relaxation energy is very small, compared to the surface energy, but we need to do the convergence studies.
6 Surface energy: increasing the number of vacuum layers¶
One should now increase the number of vacuum layers: 2 and 3 layers instead of only 1.
It is preferable to define atomic positions in Cartesian coordinates.
The same coordinates will work for both 2 and 3 vacuum layers, while this is not the
case for reduced coordinates, as the cell size increases.
The input file ~abinit/tests/tutorial/Input/tbase4_6.in is an example input file, while ~abinit/tests/tutorial/Refs/tbase4_6.out is a reference output file. The run is on the order of thirty seconds on a PC 3 GHz.
# Crystalline aluminum : computation of the total energy # # Determination of the surface energy of aluminum : # convergence with respect to the number of vacuum layers. ndtset 2 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim1 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 2.5 rprim2 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 3.0 #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grid ngkpt 4 4 1 nshiftk 2 shiftk 0.5 0.0 0.0 0.0 0.5 0.0 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 3 # Three atoms per cell: three aluminum layers and some vacuum typat 3*1 # These atoms are of type 1, that is, Aluminum xcart 3*0.0 # Triplet giving the CARTESIAN coordinates of atom 1. 0.0 2*3.75279545 # Triplet giving the CARTESIAN coordinates of atom 2. 2*0.0 7.5055909 # Triplet giving the CARTESIAN coordinates of atom 3. #The relaxation ionmov 2 tolmxf 5.0d-4 ntime 10 #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 6 # Maximal number of SCF cycles toldff 5.0d-5 ## After modifying the following section, one might need to regenerate the pickle database with runtests.py -r #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_6.out, tolnlines= 0, tolabs= 1.010e-06, tolrel= 3.000e-04, fld_options = -easy #%% psp_files = 13al.981214.fhi #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : computation of the total energy #%% #%% Determination of the surface energy of aluminum : #%% convergence with respect to the number of vacuum layers. #%%<END TEST_INFO>
.Version 8.0.3 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu5.3 computer) .Copyright (C) 1998-2018 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read ~abinit/doc/users/acknowledgments.html for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 4 Apr 2016. - ( at 09h40 ) - input file -> tbase4_6.in - output file -> tbase4_6.out - root for input files -> tbase4_6i - root for output files -> tbase4_6o DATASET 1 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 45 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 378 nfft = 6480 nkpt = 6 ================================================================================ P This job should need less than 3.379 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.244 Mbytes ; DEN or POT disk file : 0.051 Mbytes. ================================================================================ DATASET 2 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 2. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 50 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 452 nfft = 7200 nkpt = 6 ================================================================================ P This job should need less than 3.653 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.292 Mbytes ; DEN or POT disk file : 0.057 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - accesswff0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree - fftalg 312 ionmov 2 jdtset 1 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom 3 nband 7 ndtset 2 ngfft1 12 12 45 ngfft2 12 12 50 nkpt 6 nstep 6 nsym 16 ntime 10 ntypat 1 occ 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 xred1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0000000000E-01 xred2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 1.6666666667E-01 0.0000000000E+00 0.0000000000E+00 3.3333333333E-01 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 2 symrel is -1 0 0 0 -1 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 3 symrel is -1 0 0 0 1 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 6 symrel is 1 0 0 0 1 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 7 symrel is 1 0 0 0 -1 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 10 symrel is 0 -1 0 -1 0 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 11 symrel is 0 -1 0 1 0 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 14 symrel is 0 1 0 1 0 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: WARNING - Chksymbreak=1 . Found potentially symmetry-breaking value of tnons, which is neither a rational fraction in 1/8th nor in 1/12th : for the symmetry number 15 symrel is 0 1 0 -1 0 0 0 0 -1 tnons is 0.000000E+00 0.000000E+00 4.000000E-01 Please, read the description of the input variable chksymbreak, then, if you feel confident, you might switch it to zero, or consult with the forum. chkinp: Checking input parameters for consistency, jdtset= 2. ================================================================================ == DATASET 1 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 18.7639773 G(3)= 0.0000000 0.0000000 0.0532936 Unit cell volume ucvol= 5.2852396E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 45 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 3.68025494E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 368.000 367.927 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.1846364989286 -6.185E+00 3.666E-03 1.838E+02 8.953E-03 8.953E-03 ETOT 2 -6.2521492343494 -6.751E-02 1.034E-04 4.255E+00 1.309E-02 4.135E-03 ETOT 3 -6.2525121630803 -3.629E-04 3.030E-05 5.771E+00 6.217E-04 3.514E-03 ETOT 4 -6.2536785672156 -1.166E-03 1.709E-05 1.229E+00 4.971E-04 4.011E-03 ETOT 5 -6.2539515585248 -2.730E-04 1.182E-05 6.075E-03 2.446E-04 4.255E-03 ETOT 6 -6.2539524271718 -8.686E-07 1.587E-07 1.348E-05 5.493E-05 4.310E-03 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.31021328E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.31021328E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.45795526E-05 sigma(2 1)= 0.00000000E+00 scprqt: WARNING - nstep= 6 was not enough SCF cycles to converge; maximum force difference= 5.493E-05 exceeds toldff= 5.000E-05 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87346079 2 2.00000 0.90558124 3 2.00000 0.87346079 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.31030E-03 2.03189E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.31029897784812E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.31029897784812E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 8.08783519610403E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -8.08783519610403E-02 Total energy (etotal) [Ha]= -6.25395242717183E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2539882970064 -6.254E+00 2.025E-09 1.406E-03 1.090E-04 4.201E-03 ETOT 2 -6.2539890413891 -7.444E-07 3.576E-11 2.090E-04 1.177E-05 4.190E-03 ETOT 3 -6.2539891027157 -6.133E-08 3.206E-10 2.145E-05 7.145E-06 4.197E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 7.145E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.32141173E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.32141173E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.34888465E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87359684 2 2.00000 0.90495017 3 2.00000 0.87359684 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -4.31029897784812E-03 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50990119897785E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.29711373043160E-04 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00229711373043E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.19665E-03 1.97832E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.19665105215597E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.19665105215597E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 7.87458648688431E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -7.87458648688431E-02 Total energy (etotal) [Ha]= -6.25398910271571E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.66755E-05 Relative =-5.86436E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2541374771169 -6.254E+00 5.842E-07 1.128E+00 4.038E-03 1.586E-04 ETOT 2 -6.2546664832185 -5.290E-04 7.436E-08 9.796E-02 1.127E-05 1.474E-04 ETOT 3 -6.2546948261000 -2.834E-05 1.749E-07 9.957E-03 1.302E-04 2.775E-04 ETOT 4 -6.2546948682890 -4.219E-08 7.250E-09 8.170E-03 1.232E-05 2.899E-04 ETOT 5 -6.2546964166033 -1.548E-06 1.702E-08 1.387E-03 1.333E-05 3.032E-04 At SCF step 5, forces are converged : for the second time, max diff in force= 1.333E-05 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70026297E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70026297E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.11640071E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91465352 2 2.00000 0.88522174 3 2.00000 0.91465352 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.63475727034071E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.66906662703408E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -8.71221089516462E-03 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.08712210895165E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 3.03185E-04 1.42923E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -3.03184672165474E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.80700362080917E-20 -0.00000000000000E+00 -0.00000000000000E+00 3.03184672165474E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 5.68895029106167E-03 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.68895029106167E-03 Total energy (etotal) [Ha]= -6.25469641660329E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.07314E-04 Relative =-1.13092E-04 At Broyd/MD step 3, gradients are converged : max grad (force/stress) = 3.0318E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 1.9178E-09; max= 1.7022E-08 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.008712210895 -0.500000000000 0.500000000000 0.200000000000 0.000000000000 0.000000000000 0.408712210895 rms dE/dt= 2.6818E-03; max dE/dt= 5.6890E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.005688950291 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 -0.005688950291 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.08650762890411 2 0.00000000000000 1.98589382064025 1.98589382064025 3 0.00000000000000 0.00000000000000 4.05829527018462 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00030318467217 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00030318467217 frms,max,avg= 1.4292263E-04 3.0318467E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.01559038137101 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.01559038137101 frms,max,avg= 7.3493763E-03 1.5590381E-02 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_6o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.11268 Average Vxc (hartree)= -0.27117 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.25723 -0.17614 -0.05902 0.05826 0.17198 0.23012 0.30428 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.13368 0.00308 0.00020 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 2.39394429440240E+00 Hartree energy = 3.36271431607224E+00 XC energy = -2.30571406620755E+00 Ewald energy = -3.38846032276586E+00 PspCore energy = 6.96326982763643E-02 Loc. psp. energy= -7.75592545359920E+00 NL psp energy= 1.37056129580466E+00 >>>>> Internal E= -6.25324723801695E+00 -kT*entropy = -1.44917858633659E-03 >>>>>>>>> Etotal= -6.25469641660329E+00 Other information on the energy : Total energy(eV)= -1.70198945119958E+02 ; Band energy (Ha)= -2.7164031414E-01 -------------------------------------------------------------------------------- rms coord change= 4.1070E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.008712210895 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.008712210895 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70026297E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70026297E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.11640071E-06 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.2945E+00 GPa] - sigma(1 1)= 5.00234553E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.00234553E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= -1.21108670E-01 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 22.5167727 G(3)= 0.0000000 0.0000000 0.0444113 Unit cell volume ucvol= 6.3422875E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 50 ecut(hartree)= 6.000 => boxcut(ratio)= 2.01383 -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 444.250 444.191 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.1876045906223 -6.188E+00 5.886E-03 2.068E+02 7.814E-03 7.814E-03 ETOT 2 -6.2529024915038 -6.530E-02 2.280E-04 1.004E+01 1.242E-02 4.603E-03 ETOT 3 -6.2528890764048 1.342E-05 3.239E-05 1.195E+01 5.871E-04 4.016E-03 ETOT 4 -6.2541284095330 -1.239E-03 1.544E-05 5.058E+00 4.695E-04 4.486E-03 ETOT 5 -6.2547432025422 -6.148E-04 2.197E-05 6.101E-01 3.939E-04 4.880E-03 ETOT 6 -6.2547986074571 -5.540E-05 5.028E-06 1.419E-02 2.530E-04 5.133E-03 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.17137769E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.17137769E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.39442219E-05 sigma(2 1)= 0.00000000E+00 scprqt: WARNING - nstep= 6 was not enough SCF cycles to converge; maximum force difference= 2.530E-04 exceeds toldff= 5.000E-05 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88976127 2 2.00000 0.93490407 3 2.00000 0.90524334 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.33333333333333E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.13251E-03 2.41949E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.13250871910388E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 5.13250871910388E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 1.15567532208830E-01 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.15567532208830E-01 Total energy (etotal) [Ha]= -6.25479860745705E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2548442811464 -6.255E+00 1.071E-08 1.911E-02 5.131E-05 5.081E-03 ETOT 2 -6.2548512873424 -7.006E-06 1.513E-10 9.448E-05 6.219E-05 5.019E-03 ETOT 3 -6.2548513594171 -7.207E-08 1.521E-09 1.516E-04 1.241E-05 5.031E-03 ETOT 4 -6.2548513914090 -3.199E-08 7.672E-10 2.849E-05 1.381E-06 5.030E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 1.381E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.17823958E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.17823958E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.08074058E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88975514 2 2.00000 0.93418583 3 2.00000 0.92097097 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -5.13250871910388E-03 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.51072340871910E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.27941578817105E-04 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.33561274912150E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.03003E-03 2.37118E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.03002566958812E-03 -0.00000000000000E+00 -0.00000000000000E+00 -2.89120579329468E-19 -0.00000000000000E+00 -0.00000000000000E+00 5.03002566958812E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 1.13259944677281E-01 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.13259944677281E-01 Total energy (etotal) [Ha]= -6.25485139140903E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-5.27840E-05 Relative =-8.43892E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2549223360356 -6.255E+00 7.758E-05 2.060E+00 6.218E-03 1.188E-03 ETOT 2 -6.2558430663607 -9.207E-04 3.185E-06 1.516E-01 1.853E-04 1.003E-03 ETOT 3 -6.2558763834988 -3.332E-05 2.014E-06 2.766E-02 1.289E-04 8.739E-04 ETOT 4 -6.2558756100314 7.735E-07 1.399E-06 2.830E-02 1.414E-05 8.598E-04 ETOT 5 -6.2558776449283 -2.035E-06 1.143E-06 1.379E-02 1.181E-05 8.479E-04 At SCF step 5, forces are converged : for the second time, max diff in force= 1.181E-05 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.64202107E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.64202107E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.51448791E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90587243 2 2.00000 0.90331156 3 2.00000 0.88087230 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.57043929470766E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.76263482947078E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.14156647977694E-02 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.44748998131103E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 8.47950E-04 3.99727E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 8.47949784857060E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -8.47949784857060E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -1.90930925666403E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.90930925666403E-02 Total energy (etotal) [Ha]= -6.25587764492827E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.02625E-03 Relative =-1.64060E-04 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2558613185537 -6.256E+00 1.082E-06 9.171E-02 9.209E-04 7.293E-05 ETOT 2 -6.2559091542473 -4.784E-05 5.909E-08 3.244E-03 1.043E-04 3.139E-05 ETOT 3 -6.2559105011001 -1.347E-06 1.074E-08 2.761E-05 1.374E-05 1.765E-05 ETOT 4 -6.2559105133520 -1.225E-08 9.883E-10 1.667E-06 2.189E-06 1.984E-05 At SCF step 4, forces are converged : for the second time, max diff in force= 2.189E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.58437036E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.58437036E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.25103435E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90606324 2 2.00000 0.90699911 3 2.00000 0.89117643 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.20703485948180E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.72629438594819E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -9.80173708233864E-03 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.43135070415672E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.98409E-05 9.35310E-06 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.98409158601676E-05 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -1.98409158601676E-05 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -4.46753392583219E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.46753392583219E-04 Total energy (etotal) [Ha]= -6.25591051335198E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.28684E-05 Relative =-5.25399E-06 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 1.9841E-05 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 9.3332E-11; max= 9.8834E-10 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.009801737082 -0.500000000000 0.500000000000 0.166666666667 0.000000000000 0.000000000000 0.343135070416 rms dE/dt= 2.1060E-04; max dE/dt= 4.4675E-04; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 -0.000446753393 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.000446753393 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.11679125462014 2 0.00000000000000 1.98589382064025 1.98589382064025 3 0.00000000000000 0.00000000000000 4.08857889590065 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 0.00001984091586 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 -0.00001984091586 frms,max,avg= 9.3530974E-06 1.9840916E-05 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 0.00102026082915 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 -0.00102026082915 frms,max,avg= 4.8095557E-04 1.0202608E-03 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_6o_DS2_EIG Fermi (or HOMO) energy (hartree) = 0.06500 Average Vxc (hartree)= -0.23533 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.30135 -0.22252 -0.10610 0.00486 0.13525 0.18608 0.25487 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.11337 0.00525 0.00013 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 2.37288646167282E+00 Hartree energy = 6.73125346918587E+00 XC energy = -2.29706002873289E+00 Ewald energy = 4.10434070780554E-01 PspCore energy = 5.80272485636369E-02 Loc. psp. energy= -1.48986646177802E+01 NL psp energy= 1.36813139630250E+00 >>>>> Internal E= -6.25499200000771E+00 -kT*entropy = -9.18513344267518E-04 >>>>>>>>> Etotal= -6.25591051335198E+00 Other information on the energy : Total energy(eV)= -1.70231982372630E+02 ; Band energy (Ha)= -6.8718132632E-01 -------------------------------------------------------------------------------- rms coord change= 4.6206E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.009801737082 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.009801737082 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.58437036E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.58437036E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.25103435E-06 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.1885E+00 GPa] - sigma(1 1)= 4.66137774E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.66137774E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 2.42753771E-01 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree etotal1 -6.2546964166E+00 etotal2 -6.2559105134E+00 fcart1 -0.0000000000E+00 -0.0000000000E+00 -3.0318467217E-04 -0.0000000000E+00 -0.0000000000E+00 -1.8070036208E-20 -0.0000000000E+00 -0.0000000000E+00 3.0318467217E-04 fcart2 -0.0000000000E+00 -0.0000000000E+00 1.9840915860E-05 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -1.9840915860E-05 - fftalg 312 ionmov 2 jdtset 1 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom 3 nband 7 ndtset 2 ngfft1 12 12 45 ngfft2 12 12 50 nkpt 6 nstep 6 nsym 16 ntime 10 ntypat 1 occ1 2.000000 2.000000 2.000000 2.133677 0.003079 0.000200 0.000000 2.000000 2.000000 2.000556 2.017416 2.122507 0.099302 0.005160 2.000000 2.000000 2.000127 1.483665 0.873649 0.004858 0.001135 2.000000 2.000000 2.000295 2.000461 1.669287 0.558054 0.002911 2.000000 2.000000 2.034222 2.141577 1.013218 0.004698 0.002569 2.000328 2.000586 2.130822 2.130184 0.000857 0.001515 0.003369 occ2 2.000000 2.000000 2.000000 2.113367 0.005252 0.000128 0.000000 2.000000 2.000000 2.000902 2.018382 2.113223 0.178245 0.005146 2.000000 2.000000 2.000138 1.688967 0.717570 0.004651 0.000406 2.000000 2.000000 2.000336 2.000592 1.628916 0.574372 0.003716 2.000000 2.000001 2.044927 2.141120 0.948917 0.003371 0.001970 2.000555 2.000925 2.125337 2.120097 0.000027 0.002765 0.003640 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 strten1 1.7002629748E-04 1.7002629748E-04 -4.1164007132E-06 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten2 1.5843703590E-04 1.5843703590E-04 8.2510343541E-06 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst1 0.0000000000E+00 0.0000000000E+00 -8.6507628904E-02 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0582952702E+00 xangst2 0.0000000000E+00 0.0000000000E+00 -1.1679125462E-01 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0885788959E+00 xcart1 0.0000000000E+00 0.0000000000E+00 -1.6347572703E-01 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.6690666270E+00 xcart2 0.0000000000E+00 0.0000000000E+00 -2.2070348595E-01 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.7262943859E+00 xred1 0.0000000000E+00 0.0000000000E+00 -8.7122108952E-03 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0871221090E-01 xred2 0.0000000000E+00 0.0000000000E+00 -9.8017370823E-03 -5.0000000000E-01 5.0000000000E-01 1.6666666667E-01 0.0000000000E+00 0.0000000000E+00 3.4313507042E-01 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://www.abinit.org/about/?text=acknowledgments. - - [1] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment : Some pseudopotential generated using the FHI code were used. - - [2] ABINIT : First-principles approach of materials and nanosystem properties. - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Computer Phys. Comm. 180, 2582-2615 (2009). - Comment : the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/about/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - - [3] A brief introduction to the ABINIT software package. - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Z. Kristallogr. 220, 558-562 (2005). - Comment : the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/about/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenshaftverlag, - the licence allows the authors to put it on the Web). - - And optionally: - - [4] First-principles computation of material properties : the ABINIT software project. - X. Gonze, J.-M. Beuken, R. Caracas, F. Detraux, M. Fuchs, G.-M. Rignanese, L. Sindic, - M. Verstraete, G. Zerah, F. Jollet, M. Torrent, A. Roy, M. Mikami, Ph. Ghosez, J.-Y. Raty, D.C. Allan. - Computational Materials Science 25, 478-492 (2002). http://dx.doi.org/10.1016/S0927-0256(02)00325-7 - Comment : the original paper describing the ABINIT project. - - [5] Fast radix 2, 3, 4 and 5 kernels for Fast Fourier Transformations - on computers with overlapping multiply-add instructions. - S. Goedecker, SIAM J. on Scientific Computing 18, 1605 (1997). - - Proc. 0 individual time (sec): cpu= 28.8 wall= 5.1 ================================================================================ Calculation completed. .Delivered 11 WARNINGs and 1 COMMENTs to log file. +Overall time at end (sec) : cpu= 28.8 wall= 5.1
In the Broyden step 0 of the first dataset, you will notice the WARNING:
scprqt: WARNING - nstep= 6 was not enough SCF cycles to converge; maximum force difference= 5.493E-05 exceeds toldff= 5.000E-05
The input variable nstep was intentionally set to the rather low value of
6, to warn you about possible convergence difficulties.
The SCF convergence might indeed get more and more difficult with cell size.
This is because the default preconditioner (see the notice of the input variable dielng) is
not very good for the metal+vacuum case.
For the interpretation of the present run, this is not critical, as the
convergence criterion was close of being fulfilled, but one should keep this
in mind, as you will see …
For the 2 vacuum layer case, one has the non-relaxed total energy:
ETOT 6 -6.2539524271719
giving the unrelaxed surface energy
0.0200 Ha = 0.544 eV;
and for the relaxed case:
etotal1 -6.2547006435E+00
(this one is converged to the required level) giving the relaxed surface energy
0.0196 Ha = 0.533 eV
Note that the difference between unrelaxed and relaxed case is a bit larger than in the case of one vacuum layer. This is because there was some interaction between slabs of different supercells.
For the 3 vacuum layer case, the self-consistency is slightly more difficult
than with 2 vacuum layers: the Broyden step 0 is not sufficiently converged
(one might set nstep to a larger value, but the best is to change the
preconditioner, as described below)…
However, for the Broyden steps number 2 and beyond, because one takes
advantage of the previous wavefunctions, a sufficient convergence is reached.
The total energy, in the relaxed case, is:
etotal2 -6.2559103620E+00
giving the relaxed surface energy 0.0190 Ha = 0.515 eV
There is a rather
small 0.018 eV difference with the 2 vacuum layer case.
For the next run, we will keep the 2 vacuum layer case, and we know that the accuracy of the coming calculation cannot be better than 0.016 eV. One might investigate the 4 vacuum layer case, but this is not worth, in the present tutorial …
7 Surface energy: increasing the number of aluminum layers¶
One should now increase the number of aluminum layers, while keeping 2 vacuum layers. We will consider 4 and 5 aluminum layers. This is rather straightforward to set up, but will also change the preconditioner. One could use an effective dielectric constant of about 3 or 5, with a rather small mixing coefficient, on the order of 0.2. However, there is also another possibility, using an estimation of the dielectric matrix governed by iprcel=45 . For comparison with the previous treatment of SCF, one can recompute the result with 3 aluminum layers.
The input file ~abinit/tests/tutorial/Input/tbase4_7.in is an example, while ~abinit/tests/tutorial/Refs/tbase4_7.out is a reference output file. This run might take about one minute, and is the longer of the four basic lessons. You should start it now.
# Crystalline aluminum : computation of the total energy # # Determination of the surface energy of aluminum : # convergence with respect to the number of vacuum layers. ndtset 3 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim1 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 2.5 rprim2 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 3.0 rprim3 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 3.5 natom1 3 # Three atoms per cell: three aluminum layers and some vacuum natom2 4 # Four atoms per cell: four aluminum layers and some vacuum natom3 5 # Five atoms per cell: five aluminum layers and some vacuum #SCF preconditioner iprcel 45 #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grid ngkpt 4 4 1 nshiftk 2 shiftk 0.5 0.0 0.0 0.0 0.5 0.0 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms typat 1 1 1 1 1 # All possible atoms are type 1. xcart 3*0.0 # Triplet giving the CARTESIAN coordinates of atom 1. 0.0 2*3.75279545 # Triplet giving the CARTESIAN coordinates of atom 2. 2*0.0 7.5055909 # Triplet giving the CARTESIAN coordinates of atom 3. 0.0 3.75279545 11.25838635 # Triplet giving the CARTESIAN coordinates of atom 4. 2*0.0 15.0111818 # Triplet giving the CARTESIAN coordinates of atom 5. chksymbreak 0 # Some of the non-symmorphic vectors are unconvential, but this is harmless in a ground-state calculation. #The relaxation ionmov 2 tolmxf 5.0d-4 ntime 10 #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldff 5.0d-5 ## After modifying the following section, one might need to regenerate the pickle database with runtests.py -r #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_7.out, tolnlines= 41, tolabs=1.001e-02, tolrel=0.03, fld_options=-easy #%% psp_files = 13al.981214.fhi #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : computation of the total energy #%% Determination of the surface energy of aluminum : #%% convergence with respect to the number of vacuum layers. #%%<END TEST_INFO>
.Version 8.0.3 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu5.3 computer) .Copyright (C) 1998-2018 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read ~abinit/doc/users/acknowledgments.html for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 4 Apr 2016. - ( at 09h40 ) - input file -> tbase4_7.in - output file -> tbase4_7.out - root for input files -> tbase4_7i - root for output files -> tbase4_7o DATASET 1 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 45 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 378 nfft = 6480 nkpt = 6 For the susceptibility and dielectric matrices, or tddft : mgfft = 30 nbnd_in_blk= 4 nfft = 1920 npw = 85 ================================================================================ P This job should need less than 3.644 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.244 Mbytes ; DEN or POT disk file : 0.051 Mbytes. ================================================================================ DATASET 2 : space group P4/n m m (#129); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 2. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 50 mpssoang = 3 mqgrid = 3001 natom = 4 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 8 mffmem = 1 mkmem = 6 mpw = 452 nfft = 7200 nkpt = 6 For the susceptibility and dielectric matrices, or tddft : mgfft = 36 nbnd_in_blk= 4 nfft = 2304 npw = 103 ================================================================================ P This job should need less than 4.081 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.333 Mbytes ; DEN or POT disk file : 0.057 Mbytes. ================================================================================ DATASET 3 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 3. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 60 mpssoang = 3 mqgrid = 3001 natom = 5 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 11 mffmem = 1 mkmem = 6 mpw = 532 nfft = 8640 nkpt = 6 For the susceptibility and dielectric matrices, or tddft : mgfft = 40 nbnd_in_blk= 6 nfft = 2560 npw = 121 ================================================================================ P This job should need less than 4.857 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.538 Mbytes ; DEN or POT disk file : 0.068 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - accesswff0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 chksymbreak 0 ecut 6.00000000E+00 Hartree - fftalg 312 ionmov 2 iprcel 45 jdtset 1 2 3 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom1 3 natom2 4 natom3 5 nband1 7 nband2 8 nband3 11 ndtset 3 ngfft1 12 12 45 ngfft2 12 12 50 ngfft3 12 12 60 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ1 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 occ2 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 occ3 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 rprim3 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.5000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup1 123 spgroup2 129 spgroup3 123 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 tnons3 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat1 1 1 1 typat2 1 1 1 1 typat3 1 1 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 xangst2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 0.0000000000E+00 1.9858938206E+00 5.9576814619E+00 xangst3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 0.0000000000E+00 1.9858938206E+00 5.9576814619E+00 0.0000000000E+00 0.0000000000E+00 7.9435752826E+00 xcart1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 xcart2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 0.0000000000E+00 3.7527954500E+00 1.1258386350E+01 xcart3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 0.0000000000E+00 3.7527954500E+00 1.1258386350E+01 0.0000000000E+00 0.0000000000E+00 1.5011181800E+01 xred1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0000000000E-01 xred2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 1.6666666667E-01 0.0000000000E+00 0.0000000000E+00 3.3333333333E-01 -5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 xred3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 1.4285714286E-01 0.0000000000E+00 0.0000000000E+00 2.8571428571E-01 -5.0000000000E-01 5.0000000000E-01 4.2857142857E-01 0.0000000000E+00 0.0000000000E+00 5.7142857143E-01 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: Checking input parameters for consistency, jdtset= 2. chkinp: Checking input parameters for consistency, jdtset= 3. ================================================================================ == DATASET 1 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 18.7639773 G(3)= 0.0000000 0.0000000 0.0532936 Unit cell volume ucvol= 5.2852396E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 45 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gonze/ABINIT/ABINITv8.0.3/gonze/8.0.3-private/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 3.68025494E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 368.000 367.927 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.1846364989286 -6.185E+00 3.666E-03 1.838E+02 8.953E-03 8.953E-03 ETOT 2 -6.2522120713485 -6.758E-02 8.285E-05 4.932E+00 1.393E-02 4.978E-03 ETOT 3 -6.2539357907103 -1.724E-03 1.951E-05 9.709E-03 7.571E-04 4.221E-03 ETOT 4 -6.2539520712481 -1.628E-05 8.509E-07 1.205E-03 1.075E-04 4.329E-03 ETOT 5 -6.2539524330719 -3.618E-07 9.672E-08 5.865E-06 1.733E-05 4.311E-03 ETOT 6 -6.2539524363432 -3.271E-09 8.689E-09 2.086E-08 1.856E-06 4.310E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.856E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.30985620E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.30985620E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.46729963E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87350653 2 2.00000 0.90553082 3 2.00000 0.87350653 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.30954E-03 2.03154E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.30953728566630E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.30953728566630E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 8.08640595862693E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -8.08640595862693E-02 Total energy (etotal) [Ha]= -6.25395243634324E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2539883013107 -6.254E+00 1.392E-09 1.508E-03 1.057E-04 4.204E-03 ETOT 2 -6.2539890830561 -7.817E-07 1.982E-11 5.289E-05 8.616E-06 4.195E-03 ETOT 3 -6.2539891004139 -1.736E-08 2.148E-10 3.765E-07 3.679E-06 4.199E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 3.679E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.32118554E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.32118554E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.32827842E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87358306 2 2.00000 0.90494368 3 2.00000 0.87358306 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -4.30953728566630E-03 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50990043728567E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.29670779720558E-04 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00229670779721E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.19886E-03 1.97936E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.19886028442480E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.19886028442480E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 7.87873188528754E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -7.87873188528754E-02 Total energy (etotal) [Ha]= -6.25398910041388E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.66641E-05 Relative =-5.86253E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2541342742354 -6.254E+00 6.320E-07 1.138E+00 4.156E-03 4.301E-05 ETOT 2 -6.2546788824110 -5.446E-04 6.768E-08 5.871E-02 9.389E-05 1.369E-04 ETOT 3 -6.2546986582195 -1.978E-05 2.471E-07 7.705E-04 8.343E-05 2.203E-04 ETOT 4 -6.2546990003962 -3.422E-07 2.199E-09 1.195E-06 1.257E-05 2.078E-04 ETOT 5 -6.2546990020446 -1.648E-09 1.370E-10 2.284E-08 1.471E-06 2.063E-04 At SCF step 5, forces are converged : for the second time, max diff in force= 1.471E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70731695E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70731695E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.03765561E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91459224 2 2.00000 0.88462369 3 2.00000 0.91459224 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.67804615305958E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.67339551530598E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -8.94291295870966E-03 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.08942912958711E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.06285E-04 9.72438E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.06285238274200E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 2.06285238274200E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 3.87073151798792E-03 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -3.87073151798792E-03 Total energy (etotal) [Ha]= -6.25469900204463E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.09902E-04 Relative =-1.13505E-04 At Broyd/MD step 3, gradients are converged : max grad (force/stress) = 2.0629E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 8.5710E-12; max= 1.3704E-10 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.008942912959 -0.500000000000 0.500000000000 0.200000000000 0.000000000000 0.000000000000 0.408942912959 rms dE/dt= 1.8247E-03; max dE/dt= 3.8707E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.003870731518 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 -0.003870731518 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.08879837791613 2 0.00000000000000 1.98589382064025 1.98589382064025 3 0.00000000000000 0.00000000000000 4.06058601919664 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00020628523827 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00020628523827 frms,max,avg= 9.7243794E-05 2.0628524E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.01060761255816 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.01060761255816 frms,max,avg= 5.0004765E-03 1.0607613E-02 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_7o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.11278 Average Vxc (hartree)= -0.27127 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.25690 -0.17597 -0.05911 0.05818 0.17162 0.23046 0.30447 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.13318 0.00291 0.00019 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 2.39243195840195E+00 Hartree energy = 3.34927618726540E+00 XC energy = -2.30507043489592E+00 Ewald energy = -3.40087994975015E+00 PspCore energy = 6.96326982763643E-02 Loc. psp. energy= -7.72889212434993E+00 NL psp energy= 1.37022722755152E+00 >>>>> Internal E= -6.25327443750077E+00 -kT*entropy = -1.42456454385803E-03 >>>>>>>>> Etotal= -6.25469900204463E+00 Other information on the energy : Total energy(eV)= -1.70199015473395E+02 ; Band energy (Ha)= -2.7014791597E-01 -------------------------------------------------------------------------------- rms coord change= 4.2157E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.008942912959 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.008942912959 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70731695E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70731695E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.03765561E-06 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.3386E+00 GPa] - sigma(1 1)= 5.02309905E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.02309905E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= -3.05288769E-02 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 22.5167727 G(3)= 0.0000000 0.0000000 0.0444113 Unit cell volume ucvol= 6.3422875E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 50 ecut(hartree)= 6.000 => boxcut(ratio)= 2.01383 6.54267545E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 444.250 444.191 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.2557372291745 -8.256E+00 9.940E-03 3.541E+02 7.908E-03 7.908E-03 ETOT 2 -8.3496825439751 -9.395E-02 1.302E-04 1.858E+01 1.460E-02 6.687E-03 ETOT 3 -8.3546524583217 -4.970E-03 3.972E-05 7.902E-02 1.430E-03 6.206E-03 ETOT 4 -8.3546860728335 -3.361E-05 1.588E-06 4.251E-03 1.920E-04 6.251E-03 ETOT 5 -8.3546873340699 -1.261E-06 2.204E-07 1.441E-06 1.831E-05 6.233E-03 ETOT 6 -8.3546873357121 -1.642E-09 3.261E-08 8.317E-08 1.280E-06 6.233E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.280E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.43476627E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.43476627E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.96743768E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88286402 2 2.00000 0.94103693 3 2.00000 0.94103693 4 2.00000 0.88286402 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.12583863500000E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.33333333333333E-01 -5.00000000000000E-01 5.00000000000000E-01 5.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 6.23292E-03 2.55521E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -6.23291959672030E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.70348731933262E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.70348731933261E-04 -0.00000000000000E+00 -0.00000000000000E+00 6.23291959672030E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 1.40345233816727E-01 0.00000000000000E+00 0.00000000000000E+00 -1.28424127566745E-02 0.00000000000000E+00 0.00000000000000E+00 1.28424127566745E-02 0.00000000000000E+00 0.00000000000000E+00 -1.40345233816727E-01 Total energy (etotal) [Ha]= -8.35468733571205E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3547606036820 -8.355E+00 3.562E-09 9.459E-03 3.035E-04 5.996E-03 ETOT 2 -8.3547639696345 -3.366E-06 3.459E-10 3.784E-04 3.890E-05 5.994E-03 ETOT 3 -8.3547640651399 -9.551E-08 3.350E-09 4.757E-06 6.378E-06 5.999E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 6.378E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.44367038E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.44367038E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.70302475E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88300135 2 2.00000 0.94064150 3 2.00000 0.94064150 4 2.00000 0.88300135 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -6.23291959672030E-03 0.00000000000000E+00 3.75279545000000E+00 3.75336579873193E+00 0.00000000000000E+00 0.00000000000000E+00 7.50502055126807E+00 0.00000000000000E+00 3.75279545000000E+00 1.12646192695967E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.76812298092803E-04 -5.00000000000000E-01 5.00000000000000E-01 1.66691996616901E-01 0.00000000000000E+00 0.00000000000000E+00 3.33308003383099E-01 -5.00000000000000E-01 5.00000000000000E-01 5.00276812298093E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.99919E-03 2.45221E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.99918899821821E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.99412046294904E-04 -0.00000000000000E+00 -0.00000000000000E+00 -2.99412046294904E-04 -0.00000000000000E+00 -0.00000000000000E+00 5.99918899821821E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 1.35082375057220E-01 0.00000000000000E+00 0.00000000000000E+00 -6.74179299006423E-03 0.00000000000000E+00 0.00000000000000E+00 6.74179299006423E-03 0.00000000000000E+00 0.00000000000000E+00 -1.35082375057220E-01 Total energy (etotal) [Ha]= -8.35476406513988E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.67294E-05 Relative =-9.18396E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3544452590333 -8.354E+00 1.399E-06 3.634E+00 6.585E-03 6.286E-03 ETOT 2 -8.3556890373638 -1.244E-03 2.858E-07 1.804E-01 8.796E-04 5.406E-03 ETOT 3 -8.3557349464807 -4.591E-05 4.040E-07 2.629E-03 1.336E-04 5.540E-03 ETOT 4 -8.3557358148179 -8.683E-07 5.381E-09 6.662E-06 1.240E-05 5.536E-03 ETOT 5 -8.3557358191550 -4.337E-09 3.350E-09 6.105E-08 2.532E-06 5.538E-03 At SCF step 5, forces are converged : for the second time, max diff in force= 2.532E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.61595596E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.61595596E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.67838681E-06 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90204706 2 2.00000 0.95342311 3 2.00000 0.95342311 4 2.00000 0.90204706 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.57890621726861E-01 0.00000000000000E+00 3.75279545000000E+00 3.76117642969554E+00 0.00000000000000E+00 0.00000000000000E+00 7.49720992030446E+00 0.00000000000000E+00 3.75279545000000E+00 1.14162769717269E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.01213374716266E-03 -5.00000000000000E-01 5.00000000000000E-01 1.67038877187562E-01 0.00000000000000E+00 0.00000000000000E+00 3.32961122812438E-01 -5.00000000000000E-01 5.00000000000000E-01 5.07012133747164E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.53849E-03 2.28368E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -7.85029473574305E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.53849461874191E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.53849461874191E-03 -0.00000000000000E+00 -0.00000000000000E+00 7.85029473574306E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 1.76763302192733E-02 0.00000000000000E+00 0.00000000000000E+00 1.24709024430385E-01 0.00000000000000E+00 0.00000000000000E+00 -1.24709024430385E-01 0.00000000000000E+00 0.00000000000000E+00 -1.76763302192733E-02 Total energy (etotal) [Ha]= -8.35573581915500E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.71754E-04 Relative =-1.16305E-04 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3557786638255 -8.356E+00 1.547E-07 9.068E-02 4.625E-04 5.853E-03 ETOT 2 -8.3558114841729 -3.282E-05 4.723E-09 3.951E-03 1.310E-04 5.723E-03 ETOT 3 -8.3558124855776 -1.001E-06 9.119E-09 7.919E-05 1.873E-05 5.741E-03 ETOT 4 -8.3558125104095 -2.483E-08 1.432E-10 1.144E-07 2.106E-06 5.740E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 2.106E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.63951774E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.63951774E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.44422945E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90292364 2 2.00000 0.92983871 3 2.00000 0.92983871 4 2.00000 0.90292364 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.77827726055541E-01 0.00000000000000E+00 3.75279545000000E+00 3.75635302028887E+00 0.00000000000000E+00 0.00000000000000E+00 7.50203332971113E+00 0.00000000000000E+00 3.75279545000000E+00 1.14362140760556E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.89756722354535E-03 -5.00000000000000E-01 5.00000000000000E-01 1.66824663122743E-01 0.00000000000000E+00 0.00000000000000E+00 3.33175336877257E-01 -5.00000000000000E-01 5.00000000000000E-01 5.07897567223546E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.74001E-03 2.34733E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -3.34742199212979E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.74000582397128E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.74000582397128E-03 -0.00000000000000E+00 -0.00000000000000E+00 3.34742199212979E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 7.53731401277676E-03 0.00000000000000E+00 0.00000000000000E+00 1.29246406435038E-01 0.00000000000000E+00 0.00000000000000E+00 -1.29246406435038E-01 0.00000000000000E+00 0.00000000000000E+00 -7.53731401277676E-03 Total energy (etotal) [Ha]= -8.35581251040954E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.66913E-05 Relative =-9.17823E-06 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3558467521166 -8.356E+00 6.726E-06 8.432E-01 1.637E-03 5.451E-03 ETOT 2 -8.3561733146608 -3.266E-04 1.292E-07 4.180E-02 3.844E-04 5.066E-03 ETOT 3 -8.3561836944889 -1.038E-05 1.351E-07 1.876E-03 5.294E-05 5.119E-03 ETOT 4 -8.3561842366816 -5.422E-07 8.930E-09 1.559E-06 9.319E-06 5.111E-03 ETOT 5 -8.3561842382861 -1.605E-09 3.045E-09 2.687E-08 9.836E-07 5.112E-03 At SCF step 5, forces are converged : for the second time, max diff in force= 9.836E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.76266772E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.76266772E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.93533547E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90255366 2 2.00000 0.91948312 3 2.00000 0.91948312 4 2.00000 0.90255366 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.72767185516095E-01 0.00000000000000E+00 3.75279545000000E+00 3.71471840158039E+00 0.00000000000000E+00 0.00000000000000E+00 7.54366794841960E+00 0.00000000000000E+00 3.75279545000000E+00 1.15311535355161E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.21139556343301E-02 -5.00000000000000E-01 5.00000000000000E-01 1.64975614004417E-01 0.00000000000000E+00 0.00000000000000E+00 3.35024385995583E-01 -5.00000000000000E-01 5.00000000000000E-01 5.12113955634331E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.11150E-03 2.13885E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.14912308202784E-03 -0.00000000000000E+00 -0.00000000000000E+00 -5.11150324951517E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.11150324951517E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.14912308202784E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -2.58745432423443E-02 0.00000000000000E+00 0.00000000000000E+00 1.15094556824644E-01 0.00000000000000E+00 0.00000000000000E+00 -1.15094556824644E-01 0.00000000000000E+00 0.00000000000000E+00 2.58745432423443E-02 Total energy (etotal) [Ha]= -8.35618423828613E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.71728E-04 Relative =-4.44864E-05 --- Iteration: ( 6/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3563751404432 -8.356E+00 2.883E-06 6.451E-02 1.736E-03 3.375E-03 ETOT 2 -8.3564118460323 -3.671E-05 8.999E-08 2.626E-03 1.022E-04 3.296E-03 ETOT 3 -8.3564125004657 -6.544E-07 4.048E-08 1.968E-04 1.223E-05 3.306E-03 ETOT 4 -8.3564125574008 -5.694E-08 5.386E-09 1.030E-06 3.673E-06 3.303E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 3.673E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.84191949E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.84191949E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.60260568E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87764743 2 2.00000 0.92311337 3 2.00000 0.92311337 4 2.00000 0.87764743 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -3.24606480279984E-01 0.00000000000000E+00 3.75279545000000E+00 3.67208399411054E+00 0.00000000000000E+00 0.00000000000000E+00 7.58630235588944E+00 0.00000000000000E+00 3.75279545000000E+00 1.15829928302800E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.44162080687515E-02 -5.00000000000000E-01 5.00000000000000E-01 1.63082162929617E-01 0.00000000000000E+00 0.00000000000000E+00 3.36917837070383E-01 -5.00000000000000E-01 5.00000000000000E-01 5.14416208068752E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 3.30342E-03 1.45444E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.33408568774273E-03 -0.00000000000000E+00 -0.00000000000000E+00 -3.30342214291664E-03 -0.00000000000000E+00 -0.00000000000000E+00 3.30342214291664E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.33408568774273E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -3.00393041932261E-02 0.00000000000000E+00 0.00000000000000E+00 7.43824055242009E-02 0.00000000000000E+00 0.00000000000000E+00 -7.43824055242009E-02 0.00000000000000E+00 0.00000000000000E+00 3.00393041932261E-02 Total energy (etotal) [Ha]= -8.35641255740076E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.28319E-04 Relative =-2.73230E-05 --- Iteration: ( 7/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3564969721405 -8.356E+00 6.003E-07 1.565E-01 2.362E-03 9.417E-04 ETOT 2 -8.3565395874508 -4.262E-05 3.628E-08 7.258E-03 1.224E-04 1.028E-03 ETOT 3 -8.3565415492450 -1.962E-06 1.283E-08 3.620E-05 1.957E-05 1.008E-03 ETOT 4 -8.3565415644658 -1.522E-08 5.794E-10 7.407E-07 1.164E-06 1.007E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 1.164E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.88445670E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.88445670E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.87378127E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87982974 2 2.00000 0.91011585 3 2.00000 0.91011585 4 2.00000 0.87982974 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -3.41272388563704E-01 0.00000000000000E+00 3.75279545000000E+00 3.63414387383290E+00 0.00000000000000E+00 0.00000000000000E+00 7.62424247616707E+00 0.00000000000000E+00 3.75279545000000E+00 1.15996587385637E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.51563633523602E-02 -5.00000000000000E-01 5.00000000000000E-01 1.61397191429343E-01 0.00000000000000E+00 0.00000000000000E+00 3.38602808570656E-01 -5.00000000000000E-01 5.00000000000000E-01 5.15156363352360E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.00716E-03 4.94423E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 6.72564832966324E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.00716392275287E-03 -0.00000000000000E+00 -0.00000000000000E+00 1.00716392275287E-03 -0.00000000000000E+00 -0.00000000000000E+00 -6.72564832966324E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -1.51439894699162E-02 0.00000000000000E+00 0.00000000000000E+00 2.26780811202667E-02 0.00000000000000E+00 0.00000000000000E+00 -2.26780811202667E-02 0.00000000000000E+00 0.00000000000000E+00 1.51439894699162E-02 Total energy (etotal) [Ha]= -8.35654156446581E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.29007E-04 Relative =-1.54380E-05 --- Iteration: ( 8/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3565543365588 -8.357E+00 1.053E-09 1.528E-02 9.523E-04 1.417E-04 ETOT 2 -8.3565585844189 -4.248E-06 8.105E-10 8.766E-04 2.982E-05 1.304E-04 ETOT 3 -8.3565588248310 -2.404E-07 1.321E-09 5.391E-06 6.322E-06 1.368E-04 At SCF step 3, forces are converged : for the second time, max diff in force= 6.322E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.88384856E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.88384856E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.40430517E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88015125 2 2.00000 0.91015168 3 2.00000 0.91015168 4 2.00000 0.88015125 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -3.32267840839970E-01 0.00000000000000E+00 3.75279545000000E+00 3.62497838876002E+00 0.00000000000000E+00 0.00000000000000E+00 7.63340796123995E+00 0.00000000000000E+00 3.75279545000000E+00 1.15906541908400E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.47564593410835E-02 -5.00000000000000E-01 5.00000000000000E-01 1.60990139975078E-01 0.00000000000000E+00 0.00000000000000E+00 3.39009860024921E-01 -5.00000000000000E-01 5.00000000000000E-01 5.14756459341083E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.36768E-04 6.45962E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.36767974952460E-04 -0.00000000000000E+00 -0.00000000000000E+00 -7.95644651897108E-05 -0.00000000000000E+00 -0.00000000000000E+00 7.95644651897108E-05 -0.00000000000000E+00 -0.00000000000000E+00 -1.36767974952460E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -3.07957340464383E-03 0.00000000000000E+00 0.00000000000000E+00 1.79153497767378E-03 0.00000000000000E+00 0.00000000000000E+00 -1.79153497767378E-03 0.00000000000000E+00 0.00000000000000E+00 3.07957340464383E-03 Total energy (etotal) [Ha]= -8.35655882483102E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.72604E-05 Relative =-2.06549E-06 At Broyd/MD step 8, gradients are converged : max grad (force/stress) = 1.3677E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 5.1175E-10; max= 1.3206E-09 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 4 atoms 0.000000000000 0.000000000000 -0.014756459341 -0.500000000000 0.500000000000 0.160990139975 0.000000000000 0.000000000000 0.339009860025 -0.500000000000 0.500000000000 0.514756459341 rms dE/dt= 1.4545E-03; max dE/dt= 3.0796E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 -0.003079573405 2 0.000000000000 0.000000000000 0.001791534978 3 0.000000000000 0.000000000000 -0.001791534978 4 0.000000000000 0.000000000000 0.003079573405 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.17582856851992 2 0.00000000000000 1.98589382064025 1.91825594496310 3 0.00000000000000 0.00000000000000 4.03942551695764 4 0.00000000000000 1.98589382064025 6.13351003044068 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 0.00013676797495 2 -0.00000000000000 -0.00000000000000 -0.00007956446519 3 -0.00000000000000 -0.00000000000000 0.00007956446519 4 -0.00000000000000 -0.00000000000000 -0.00013676797495 frms,max,avg= 6.4596160E-05 1.3676797E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 0.00703289145068 2 -0.00000000000000 -0.00000000000000 -0.00409136895684 3 -0.00000000000000 -0.00000000000000 0.00409136895684 4 -0.00000000000000 -0.00000000000000 -0.00703289145068 frms,max,avg= 3.3216678E-03 7.0328915E-03 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_7o_DS2_EIG Fermi (or HOMO) energy (hartree) = 0.14406 Average Vxc (hartree)= -0.28823 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 8, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.23665 -0.18940 -0.11481 -0.01312 0.06569 0.20826 0.25205 0.25923 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.00000 2.04104 0.00453 0.00057 0.00026 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 3.20656138573319E+00 Hartree energy = 4.56482830298445E+00 XC energy = -3.09388871079537E+00 Ewald energy = -4.76150203614535E+00 PspCore energy = 1.03159553002021E-01 Loc. psp. energy= -1.01852293462341E+01 NL psp energy= 1.81127110101605E+00 >>>>> Internal E= -8.35479975043907E+00 -kT*entropy = -1.75907439194691E-03 >>>>>>>>> Etotal= -8.35655882483102E+00 Other information on the energy : Total energy(eV)= -2.27393529931147E+02 ; Band energy (Ha)= -6.8024743588E-02 -------------------------------------------------------------------------------- rms coord change= 6.4547E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.014756459341 2 0.000000000000 0.000000000000 -0.005676526692 3 0.000000000000 0.000000000000 0.005676526692 4 0.000000000000 0.000000000000 0.014756459341 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.88384856E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.88384856E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.40430517E-05 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.3231E+00 GPa] - sigma(1 1)= 5.54247289E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.54247289E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 1.88421132E+00 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 3 ================================================================== - nproc = 1 Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 26.2695682 G(3)= 0.0000000 0.0000000 0.0380669 Unit cell volume ucvol= 7.3993354E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 60 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 1.02229304E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 520.000 519.866 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.300102036395 -1.030E+01 1.815E-03 7.696E+02 1.683E-02 1.683E-02 ETOT 2 -10.447183413921 -1.471E-01 1.055E-04 3.489E+01 1.955E-02 2.728E-03 ETOT 3 -10.453608766399 -6.425E-03 9.886E-05 8.335E-02 1.063E-03 2.204E-03 ETOT 4 -10.453640814976 -3.205E-05 5.341E-05 7.110E-03 8.175E-05 2.286E-03 ETOT 5 -10.453642172896 -1.358E-06 2.532E-05 7.517E-06 2.016E-05 2.266E-03 ETOT 6 -10.453642176439 -3.543E-09 4.377E-05 7.405E-08 1.204E-06 2.264E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.204E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.19362934E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.19362934E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.44231964E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87737229 2 2.00000 0.94867086 3 2.00000 0.94951870 4 2.00000 0.93841321 5 2.00000 0.89635775 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.12583863500000E+01 0.00000000000000E+00 0.00000000000000E+00 1.50111818000000E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 1.42857142857143E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.28571428571429E-01 0.00000000000000E+00 0.00000000000000E+00 5.71428571428571E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.26450E-03 9.14708E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.26449783942034E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.07108745353739E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 1.07108745353739E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.26449783942034E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 5.94873803181804E-02 0.00000000000000E+00 0.00000000000000E+00 2.81370048553104E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -2.81370048553104E-02 0.00000000000000E+00 0.00000000000000E+00 -5.94873803181804E-02 Total energy (etotal) [Ha]= -1.04536421764390E+01 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.453653559241 -1.045E+01 2.491E-05 4.532E-03 4.267E-05 2.222E-03 ETOT 2 -10.453654624653 -1.065E-06 1.117E-05 9.424E-05 2.146E-05 2.226E-03 ETOT 3 -10.453654643308 -1.865E-08 2.839E-06 5.274E-07 2.315E-06 2.227E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 2.315E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.19687688E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.19687688E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.36887412E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87750589 2 2.00000 0.94849101 3 2.00000 0.94935389 4 2.00000 0.93823858 5 2.00000 0.89650132 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.26449783942034E-03 0.00000000000000E+00 3.75279545000000E+00 3.75172436254646E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.12594574374535E+01 0.00000000000000E+00 0.00000000000000E+00 1.50134462978394E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -8.62023245486943E-05 -5.00000000000000E-01 5.00000000000000E-01 1.42816369919901E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.28612201508670E-01 0.00000000000000E+00 0.00000000000000E+00 5.71514773753120E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.22723E-03 9.02647E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.22722548571747E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.07250128553154E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 1.07250128553154E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.22722548571747E-03 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 5.85082516824718E-02 0.00000000000000E+00 0.00000000000000E+00 2.81741456112334E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -2.81741456112334E-02 0.00000000000000E+00 0.00000000000000E+00 -5.85082516824718E-02 Total energy (etotal) [Ha]= -1.04536546433081E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-1.24669E-05 Relative =-1.19259E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.451744578206 -1.045E+01 3.581E-05 1.006E+01 3.130E-03 1.974E-03 ETOT 2 -10.454079022218 -2.334E-03 5.007E-06 2.955E-01 9.538E-04 1.020E-03 ETOT 3 -10.454137331634 -5.831E-05 1.751E-05 3.437E-03 1.162E-04 1.137E-03 ETOT 4 -10.454138062641 -7.310E-07 1.693E-06 3.802E-06 7.481E-06 1.129E-03 ETOT 5 -10.454138064061 -1.420E-09 4.251E-06 4.846E-08 5.214E-07 1.130E-03 At SCF step 5, forces are converged : for the second time, max diff in force= 5.214E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.42743836E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.42743836E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.01128874E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90471951 2 2.00000 0.93672921 3 2.00000 0.93747096 4 2.00000 0.91579146 5 2.00000 0.89088364 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.71491685259818E-01 0.00000000000000E+00 3.75279545000000E+00 3.67023970594798E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13409420940520E+01 0.00000000000000E+00 0.00000000000000E+00 1.51826734852598E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -6.52815015003655E-03 -5.00000000000000E-01 5.00000000000000E-01 1.39714504821351E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.31714066607221E-01 0.00000000000000E+00 0.00000000000000E+00 5.77956721578609E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.12969E-03 4.34146E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 3.70703881474075E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.12969008612593E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 1.12969008612593E-03 -0.00000000000000E+00 -0.00000000000000E+00 -3.70703881474075E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -9.73823087785274E-03 0.00000000000000E+00 0.00000000000000E+00 2.96764707058644E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -2.96764707058644E-02 0.00000000000000E+00 0.00000000000000E+00 9.73823087785274E-03 Total energy (etotal) [Ha]= -1.04541380640614E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-4.83421E-04 Relative =-4.62431E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454120407155 -1.045E+01 8.651E-07 9.306E-02 1.582E-04 1.141E-03 ETOT 2 -10.454142781235 -2.237E-05 2.544E-07 2.311E-03 8.831E-05 1.052E-03 ETOT 3 -10.454143243676 -4.624E-07 1.516E-07 1.949E-05 1.073E-05 1.063E-03 ETOT 4 -10.454143247961 -4.285E-09 7.907E-08 3.154E-08 6.173E-07 1.063E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 6.173E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.44230423E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.44230423E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.36061641E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90536405 2 2.00000 0.93590356 3 2.00000 0.93652725 4 2.00000 0.92558218 5 2.00000 0.89156349 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.82929161420509E-01 0.00000000000000E+00 3.75279545000000E+00 3.66334112270592E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13478406772941E+01 0.00000000000000E+00 0.00000000000000E+00 1.51941109614205E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -6.96353896554286E-03 -5.00000000000000E-01 5.00000000000000E-01 1.39451897411794E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.31976674016778E-01 0.00000000000000E+00 0.00000000000000E+00 5.78392110394115E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.06270E-03 4.28505E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 4.97783989160549E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.06270230738942E-03 -0.00000000000000E+00 -0.00000000000000E+00 -2.16840434497101E-20 -0.00000000000000E+00 -0.00000000000000E+00 1.06270230738942E-03 -0.00000000000000E+00 -0.00000000000000E+00 -4.97783989160549E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -1.30765704272319E-02 0.00000000000000E+00 0.00000000000000E+00 2.79167306871287E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -2.79167306871287E-02 0.00000000000000E+00 0.00000000000000E+00 1.30765704272319E-02 Total energy (etotal) [Ha]= -1.04541432479614E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-5.18390E-06 Relative =-4.95871E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454135628764 -1.045E+01 8.803E-08 4.903E-02 1.054E-04 9.573E-04 ETOT 2 -10.454148610021 -1.298E-05 1.287E-08 1.147E-03 7.174E-05 8.855E-04 ETOT 3 -10.454148851760 -2.417E-07 4.051E-08 1.145E-05 8.463E-06 8.940E-04 ETOT 4 -10.454148854250 -2.491E-09 3.484E-09 2.554E-08 4.720E-07 8.935E-04 At SCF step 4, forces are converged : for the second time, max diff in force= 4.720E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.45416745E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.45416745E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.63075215E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91376094 2 2.00000 0.93523045 3 2.00000 0.93552187 4 2.00000 0.92490521 5 2.00000 0.89221510 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.91824990293678E-01 0.00000000000000E+00 3.75279545000000E+00 3.65576862309090E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13554131769091E+01 0.00000000000000E+00 0.00000000000000E+00 1.52030067902937E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.30217524697595E-03 -5.00000000000000E-01 5.00000000000000E-01 1.39163636121323E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.32264935307248E-01 0.00000000000000E+00 0.00000000000000E+00 5.78730746675548E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 8.93527E-04 3.80619E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 5.36788202709102E-04 -0.00000000000000E+00 -0.00000000000000E+00 -8.93527480892652E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 8.93527480892652E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.36788202709102E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -1.41011942731828E-02 0.00000000000000E+00 0.00000000000000E+00 2.34725810532074E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -2.34725810532074E-02 0.00000000000000E+00 0.00000000000000E+00 1.41011942731828E-02 Total energy (etotal) [Ha]= -1.04541488542504E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-5.60629E-06 Relative =-5.36274E-07 --- Iteration: ( 6/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454149600107 -1.045E+01 8.127E-09 1.683E-02 3.207E-04 5.728E-04 ETOT 2 -10.454156899026 -7.299E-06 2.391E-09 2.663E-04 5.914E-05 5.137E-04 ETOT 3 -10.454156980525 -8.150E-08 7.600E-09 1.868E-06 6.165E-06 5.199E-04 ETOT 4 -10.454156980996 -4.708E-10 2.743E-10 1.803E-08 4.066E-07 5.195E-04 At SCF step 4, forces are converged : for the second time, max diff in force= 4.066E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46353613E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46353613E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.82674407E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91457527 2 2.00000 0.94489600 3 2.00000 0.93420531 4 2.00000 0.92432999 5 2.00000 0.90965566 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.98353238413634E-01 0.00000000000000E+00 3.75279545000000E+00 3.64550449949275E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13656773005072E+01 0.00000000000000E+00 0.00000000000000E+00 1.52095350384136E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.55068516090676E-03 -5.00000000000000E-01 5.00000000000000E-01 1.38772913154750E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.32655658273821E-01 0.00000000000000E+00 0.00000000000000E+00 5.78979256589479E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.19466E-04 2.48346E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 4.39002127385808E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.19466331789295E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 5.19466331789295E-04 -0.00000000000000E+00 -0.00000000000000E+00 -4.39002127385808E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -1.15323963033565E-02 0.00000000000000E+00 0.00000000000000E+00 1.36461562045694E-02 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.36461562045694E-02 0.00000000000000E+00 0.00000000000000E+00 1.15323963033565E-02 Total energy (etotal) [Ha]= -1.04541569809957E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-8.12675E-06 Relative =-7.77370E-07 --- Iteration: ( 7/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454160206958 -1.045E+01 1.300E-08 3.153E-03 3.594E-04 2.331E-04 ETOT 2 -10.454162572405 -2.365E-06 5.048E-10 6.414E-05 3.093E-05 2.022E-04 ETOT 3 -10.454162594159 -2.175E-08 6.523E-10 1.551E-07 3.055E-06 2.053E-04 At SCF step 3, forces are converged : for the second time, max diff in force= 3.055E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46089115E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46089115E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.74093821E-05 sigma(2 1)= 0.00000000E+00 Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91488970 2 2.00000 0.92423610 3 2.00000 0.93350096 4 2.00000 0.90301751 5 2.00000 0.89335036 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.95563942435508E-01 0.00000000000000E+00 3.75279545000000E+00 3.63964129364941E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13715405063506E+01 0.00000000000000E+00 0.00000000000000E+00 1.52067457424355E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.44450541854483E-03 -5.00000000000000E-01 5.00000000000000E-01 1.38549719312741E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.32878852115831E-01 0.00000000000000E+00 0.00000000000000E+00 5.78873076847117E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.05270E-04 8.89920E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 2.05270466880706E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.31380479611500E-04 -0.00000000000000E+00 -0.00000000000000E+00 5.42101086242752E-21 -0.00000000000000E+00 -0.00000000000000E+00 1.31380479611500E-04 -0.00000000000000E+00 -0.00000000000000E+00 -2.05270466880706E-04 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 -5.39236651890502E-03 0.00000000000000E+00 0.00000000000000E+00 3.45130846273397E-03 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -3.45130846273397E-03 0.00000000000000E+00 0.00000000000000E+00 5.39236651890502E-03 Total energy (etotal) [Ha]= -1.04541625941587E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-5.61316E-06 Relative =-5.36931E-07 At Broyd/MD step 7, gradients are converged : max grad (force/stress) = 2.0527E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 7.4680E-11; max= 6.5226E-10 - nxfh > 0 in outwf is deprecated and will be removed in ABINIT8 reduced coordinates (array xred) for 5 atoms 0.000000000000 0.000000000000 -0.007444505419 -0.500000000000 0.500000000000 0.138549719313 0.000000000000 0.000000000000 0.285714285714 -0.500000000000 0.500000000000 0.432878852116 0.000000000000 0.000000000000 0.578873076847 rms dE/dt= 2.3378E-03; max dE/dt= 5.3924E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 -0.005392366519 2 0.000000000000 0.000000000000 0.003451308463 3 0.000000000000 0.000000000000 0.000000000000 4 0.000000000000 0.000000000000 -0.003451308463 5 0.000000000000 0.000000000000 0.005392366519 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.10348798115888 2 0.00000000000000 1.98589382064025 1.92601522004229 3 0.00000000000000 0.00000000000000 3.97178764128050 4 0.00000000000000 1.98589382064025 6.01756006251872 5 0.00000000000000 0.00000000000000 8.04706326371989 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 0.00020527046688 2 -0.00000000000000 -0.00000000000000 -0.00013138047961 3 -0.00000000000000 -0.00000000000000 0.00000000000000 4 -0.00000000000000 -0.00000000000000 0.00013138047961 5 -0.00000000000000 -0.00000000000000 -0.00020527046688 frms,max,avg= 8.8991981E-05 2.0527047E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 0.01055543091944 2 -0.00000000000000 -0.00000000000000 -0.00675585532481 3 -0.00000000000000 -0.00000000000000 0.00000000000000 4 -0.00000000000000 -0.00000000000000 0.00675585532481 5 -0.00000000000000 -0.00000000000000 -0.01055543091944 frms,max,avg= 4.5761513E-03 1.0555431E-02 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_7o_DS3_EIG Fermi (or HOMO) energy (hartree) = 0.16782 Average Vxc (hartree)= -0.29444 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 11, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.22746 -0.19440 -0.13898 -0.06710 0.02100 0.09523 0.19197 0.26115 0.28920 0.32563 0.33775 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.00000 2.00001 2.06073 0.12673 0.00207 0.00012 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. -------------------------------------------------------------------------------- Components of total free energy (in Hartree) : Kinetic energy = 4.12801477367052E+00 Hartree energy = 7.04833038160618E+00 XC energy = -3.92732673965535E+00 Ewald energy = -4.89866720260057E+00 PspCore energy = 1.38160115627707E-01 Loc. psp. energy= -1.52064177764223E+01 NL psp energy= 2.26627176087522E+00 >>>>> Internal E= -1.04516346868986E+01 -kT*entropy = -2.52790726004830E-03 >>>>>>>>> Etotal= -1.04541625941587E+01 Other information on the energy : Total energy(eV)= -2.84472231284505E+02 ; Band energy (Ha)= 1.6828885204E-01 -------------------------------------------------------------------------------- rms coord change= 3.1406E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.007444505419 2 0.000000000000 0.000000000000 -0.004307423544 3 0.000000000000 0.000000000000 0.000000000000 4 0.000000000000 0.000000000000 0.004307423544 5 0.000000000000 0.000000000000 0.007444505419 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46089115E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46089115E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.74093821E-05 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.0361E+00 GPa] - sigma(1 1)= 4.29808943E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.29808943E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.12201619E-01 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 chksymbreak 0 ecut 6.00000000E+00 Hartree etotal1 -6.2546990020E+00 etotal2 -8.3565588248E+00 etotal3 -1.0454162594E+01 fcart1 -0.0000000000E+00 -0.0000000000E+00 -2.0628523827E-04 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 2.0628523827E-04 fcart2 -0.0000000000E+00 -0.0000000000E+00 1.3676797495E-04 -0.0000000000E+00 -0.0000000000E+00 -7.9564465190E-05 -0.0000000000E+00 -0.0000000000E+00 7.9564465190E-05 -0.0000000000E+00 -0.0000000000E+00 -1.3676797495E-04 fcart3 -0.0000000000E+00 -0.0000000000E+00 2.0527046688E-04 -0.0000000000E+00 -0.0000000000E+00 -1.3138047961E-04 -0.0000000000E+00 -0.0000000000E+00 5.4210108624E-21 -0.0000000000E+00 -0.0000000000E+00 1.3138047961E-04 -0.0000000000E+00 -0.0000000000E+00 -2.0527046688E-04 - fftalg 312 ionmov 2 iprcel 45 jdtset 1 2 3 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom1 3 natom2 4 natom3 5 nband1 7 nband2 8 nband3 11 ndtset 3 ngfft1 12 12 45 ngfft2 12 12 50 ngfft3 12 12 60 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ1 2.000000 2.000000 2.000000 2.133183 0.002911 0.000194 0.000000 2.000000 2.000000 2.000574 2.017129 2.122030 0.101394 0.005174 2.000000 2.000000 2.000123 1.490550 0.863036 0.004847 0.001182 2.000000 2.000000 2.000296 2.000468 1.674793 0.565914 0.002935 2.000000 2.000000 2.034883 2.141675 1.009588 0.004667 0.002528 2.000340 2.000604 2.130584 2.129689 0.000716 0.001598 0.003314 occ2 2.000000 2.000000 2.000000 2.000001 2.041038 0.004533 0.000568 0.000260 2.000000 2.000000 2.000000 2.000129 2.025460 2.052214 1.345554 0.784921 2.000000 2.000000 2.000000 2.000922 2.092808 1.303629 0.030862 0.001512 2.000000 2.000000 2.000000 2.000000 2.011264 2.011264 0.606578 0.606578 2.000000 2.000000 2.000067 2.014415 2.139005 2.044547 0.103947 0.005687 2.000100 2.000100 2.021828 2.021828 1.486873 1.486873 0.008618 0.008618 occ3 2.000000 2.000000 2.000000 2.000000 2.000009 2.060732 0.126731 0.002070 0.000123 0.000000 0.000000 2.000000 2.000000 2.000000 2.000003 2.000013 2.001384 2.083500 2.128294 0.825924 0.254101 0.002268 2.000000 2.000000 2.000000 2.000000 2.003156 2.020922 1.841277 0.602650 0.001977 0.005120 0.000064 2.000000 2.000000 2.000000 2.000000 2.000021 2.000029 2.051836 2.088766 0.622375 0.057898 0.005141 2.000000 2.000000 2.000000 2.001600 2.003160 2.055763 1.892087 1.615193 0.008977 0.001216 0.004852 2.000009 2.000011 2.000764 2.001460 2.099162 2.116096 0.687026 0.443022 0.130760 0.093884 0.000566 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 rprim3 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.5000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup1 123 spgroup2 129 spgroup3 123 strten1 1.7073169516E-04 1.7073169516E-04 -1.0376556109E-06 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten2 1.8838485631E-04 1.8838485631E-04 6.4043051708E-05 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten3 1.4608911487E-04 1.4608911487E-04 1.7409382100E-05 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 tnons3 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat1 1 1 1 typat2 1 1 1 1 typat3 1 1 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst1 0.0000000000E+00 0.0000000000E+00 -8.8798377916E-02 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0605860192E+00 xangst2 0.0000000000E+00 0.0000000000E+00 -1.7582856852E-01 0.0000000000E+00 1.9858938206E+00 1.9182559450E+00 0.0000000000E+00 0.0000000000E+00 4.0394255170E+00 0.0000000000E+00 1.9858938206E+00 6.1335100304E+00 xangst3 0.0000000000E+00 0.0000000000E+00 -1.0348798116E-01 0.0000000000E+00 1.9858938206E+00 1.9260152200E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 0.0000000000E+00 1.9858938206E+00 6.0175600625E+00 0.0000000000E+00 0.0000000000E+00 8.0470632637E+00 xcart1 0.0000000000E+00 0.0000000000E+00 -1.6780461531E-01 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.6733955153E+00 xcart2 0.0000000000E+00 0.0000000000E+00 -3.3226784084E-01 0.0000000000E+00 3.7527954500E+00 3.6249783888E+00 0.0000000000E+00 0.0000000000E+00 7.6334079612E+00 0.0000000000E+00 3.7527954500E+00 1.1590654191E+01 xcart3 0.0000000000E+00 0.0000000000E+00 -1.9556394244E-01 0.0000000000E+00 3.7527954500E+00 3.6396412936E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 0.0000000000E+00 3.7527954500E+00 1.1371540506E+01 0.0000000000E+00 0.0000000000E+00 1.5206745742E+01 xred1 0.0000000000E+00 0.0000000000E+00 -8.9429129587E-03 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0894291296E-01 xred2 0.0000000000E+00 0.0000000000E+00 -1.4756459341E-02 -5.0000000000E-01 5.0000000000E-01 1.6099013998E-01 0.0000000000E+00 0.0000000000E+00 3.3900986002E-01 -5.0000000000E-01 5.0000000000E-01 5.1475645934E-01 xred3 0.0000000000E+00 0.0000000000E+00 -7.4445054185E-03 -5.0000000000E-01 5.0000000000E-01 1.3854971931E-01 0.0000000000E+00 0.0000000000E+00 2.8571428571E-01 -5.0000000000E-01 5.0000000000E-01 4.3287885212E-01 0.0000000000E+00 0.0000000000E+00 5.7887307685E-01 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://www.abinit.org/about/?text=acknowledgments. - - [1] Preconditioning of self-consistent-field cycles in density functional theory : the extrapolar method - P.-M. Anglade, X. Gonze, Phys. Rev. B 78, 045126 (2008). - Comment : to be cited in case the extrapolar conditioner is used, i.e. non-vanishing iprcel. - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment : Some pseudopotential generated using the FHI code were used. - - [3] ABINIT : First-principles approach of materials and nanosystem properties. - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Computer Phys. Comm. 180, 2582-2615 (2009). - Comment : the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/about/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - - [4] A brief introduction to the ABINIT software package. - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Z. Kristallogr. 220, 558-562 (2005). - Comment : the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/about/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenshaftverlag, - the licence allows the authors to put it on the Web). - - And optionally: - - [5] First-principles computation of material properties : the ABINIT software project. - X. Gonze, J.-M. Beuken, R. Caracas, F. Detraux, M. Fuchs, G.-M. Rignanese, L. Sindic, - M. Verstraete, G. Zerah, F. Jollet, M. Torrent, A. Roy, M. Mikami, Ph. Ghosez, J.-Y. Raty, D.C. Allan. - Computational Materials Science 25, 478-492 (2002). http://dx.doi.org/10.1016/S0927-0256(02)00325-7 - Comment : the original paper describing the ABINIT project. - - Proc. 0 individual time (sec): cpu= 270.6 wall= 41.9 ================================================================================ Calculation completed. .Delivered 1 WARNINGs and 1 COMMENTs to log file. +Overall time at end (sec) : cpu= 270.6 wall= 41.9
You can monitor its evolution by editing from time to time the tbase4_7_STATUS file that the code updates regularly. The status file, that refer to the skeleton of the code, is described in the ~abinit/doc/developers/programmer_guide.txt. You might take advantage of the time of the run to explore the files contained in the ~abinit/doc/users directory and the ~abinit/doc/developers directory. The README files provided interesting entry points in the documentation of the code.
Coming back to the file tbase4_7.out …
You will notice that the SCF convergence is rather satisfactory, for all the cases (3, 4 or 5 metal layers).
For the 3 aluminum layer case, one has the non-relaxed total energy:
ETOT 6 -6.2539524363433
(this quantity is converged, unlike in test 4.6)
giving the unrelaxed surface energy 0.0200 Ha = 0.544 eV ; and for the relaxed case:
etotal1 -6.2547008127E+00
(by contrast the difference with test 4.6 is less than 1 microHa)
giving the relaxed surface energy 0.0196 Ha = 0.533 eV .
For the 4 aluminum layer case, one has the non-relaxed total energy:
ETOT 6 -8.3546873357119
giving the unrelaxed surface energy 0.0186Ha = 0.506 eV; and for the relaxed case:
etotal2 -8.3565593186E+00
giving the relaxed surface energy 0.0183 Ha = 0.498 eV.
For the 5 aluminum layer case, one has the non-relaxed total energy:
ETOT 6 -10.453642176439
giving the unrelaxed surface energy 0.0183Ha = 0.498 eV; and for the relaxed case:
etotal3 -1.0454163186E+01
giving the relaxed surface energy 0.0180 Ha = 0.490 eV .
The relative difference in the surface energy of the 4 and 5 layer cases is on the order of 1.5%.
In the framework of this tutorial, we will not pursue this investigation, which is a simple application of the concepts already explored.
Just for your information, and as an additional warning, when the work accomplished until now is completed with 6 and 7 layers without relaxation (see ~abinit/tests/tutorial/Input/tbase4_8.in and ~abinit/tests/tutorial/Refs/tbase4_8.out where 5, 6 and 7 layers are treated), this non-relaxed energy surface energy behaves as follows:
number of aluminum layers | surface energy |
---|---|
3 | 0.544 eV |
4 | 0.506 eV |
5 | 0.498 eV |
6 | 0.449 eV |
7 | 0.463 eV |
So, the surface energy convergence is rather difficult to reach.
Our values, with a 4x4x1
grid, a smearing of 0.04 Ha, a kinetic energy cut-
off of 6 Ha, the 13al.981214.fhi pseudopotential, still oscillate between 0.45
eV and 0.51 eV. Increasing the k point sampling might decrease slightly the
oscillations, but note that this effect is intrinsic to the computation of
properties of a metallic surface: the electrons are confined inside the slab
potential, with subbands in the direction normal to the surface, and the Fermi
energy oscillates with the width of the slab. This effect might be understood
based on a comparison with the behaviour of a jellium slab.
An error on the order of 0.016 eV is due to the thin vacuum layer. Other
sources of errors might have to be rechecked, seeing the kind of accuracy that is needed.
Experimental data give a surface energy around 0.55 eV (sorry, the reference is to be provided).